Export double symbol to cover Win but also Apple compilers

This commit is contained in:
David Guillen Fandos 2021-03-23 00:50:34 +01:00
parent 8c18c8c421
commit 55eaee631d
1 changed files with 2 additions and 4 deletions

View File

@ -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"