Fix Windows compilers symbol names
This commit is contained in:
parent
f6f3a91039
commit
8c18c8c421
|
@ -1,7 +1,11 @@
|
|||
|
||||
.globl open_gba_bios_rom
|
||||
#ifndef _WIN32
|
||||
#define _open_gba_bios_rom open_gba_bios_rom
|
||||
#endif
|
||||
|
||||
.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