Merge pull request #116 from davidgfnet/master

Export double symbol to cover Win but also Apple compilers
This commit is contained in:
Autechre 2021-03-23 01:00:27 +01:00 committed by GitHub
commit 7e27010a3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"