mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-01-26 17:55:07 +01:00
(ARM ASM) Add __MACH__ hack to get iOS port linking for now
This commit is contained in:
parent
5b59ef3acc
commit
8d7b204c2b
@ -5,8 +5,13 @@
|
||||
@ r3 = end
|
||||
|
||||
6:
|
||||
#ifdef __MACH__
|
||||
.word _io_registers
|
||||
.word _palette_ram_converted
|
||||
#else
|
||||
.word io_registers
|
||||
.word palette_ram_converted
|
||||
#endif
|
||||
.word 0x04000200 @ combine test mask
|
||||
.word 0x07E0F81F @ clamp mask
|
||||
.word 0x000003FE @ palette index mask
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user