Export double symbol to cover Win but also Apple compilers
This commit is contained in:
parent
8c18c8c421
commit
55eaee631d
|
@ -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
|
||||
|
||||
.data
|
||||
_open_gba_bios_rom:
|
||||
open_gba_bios_rom:
|
||||
.incbin "bios/open_gba_bios.bin"
|
||||
|
||||
|
|
Loading…
Reference in New Issue