mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2025-12-12 18:28:51 +01:00
arm/video_blend.S - add another __MACH__ hack
This commit is contained in:
parent
8d7b204c2b
commit
9ed950fd4e
@ -157,7 +157,11 @@ _expand_blend:
|
|||||||
@ r2 = end
|
@ r2 = end
|
||||||
|
|
||||||
1:
|
1:
|
||||||
|
#ifdef __MACH__
|
||||||
|
.word _palette_ram_converted
|
||||||
|
#else
|
||||||
.word palette_ram_converted
|
.word palette_ram_converted
|
||||||
|
#endif
|
||||||
.word 0x3FE
|
.word 0x3FE
|
||||||
|
|
||||||
.align 2
|
.align 2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user