mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-03-19 02:12:37 +01:00
arm/video_blend.S - add another __MACH__ hack
This commit is contained in:
@@ -157,7 +157,11 @@ _expand_blend:
|
||||
@ r2 = end
|
||||
|
||||
1:
|
||||
#ifdef __MACH__
|
||||
.word _palette_ram_converted
|
||||
#else
|
||||
.word palette_ram_converted
|
||||
#endif
|
||||
.word 0x3FE
|
||||
|
||||
.align 2
|
||||
|
||||
Reference in New Issue
Block a user