Export double symbol to cover Win but also Apple compilers
This commit is contained in:
parent
8c18c8c421
commit
55eaee631d
1 changed files with 2 additions and 4 deletions
|
@ -1,11 +1,9 @@
|
||||||
|
|
||||||
#ifndef _WIN32
|
|
||||||
#define _open_gba_bios_rom open_gba_bios_rom
|
|
||||||
#endif
|
|
||||||
|
|
||||||
.globl _open_gba_bios_rom
|
.globl _open_gba_bios_rom
|
||||||
|
.globl open_gba_bios_rom
|
||||||
|
|
||||||
.data
|
.data
|
||||||
_open_gba_bios_rom:
|
_open_gba_bios_rom:
|
||||||
|
open_gba_bios_rom:
|
||||||
.incbin "bios/open_gba_bios.bin"
|
.incbin "bios/open_gba_bios.bin"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue