mirror of
https://github.com/libretro/RACE.git
synced 2024-11-27 11:00:21 +00:00
Add correct masks for the palette
This commit is contained in:
parent
377fdf0e0c
commit
88a6b0bf4e
@ -1653,7 +1653,7 @@ BOOL graphics_init(HWND phWnd)
|
||||
|
||||
#ifdef __LIBRETRO__
|
||||
palette_init = palette_init16;
|
||||
palette_init(0x001f,0x03e0,0x7c00);
|
||||
palette_init(0xf800,0x07c0,0x003e);
|
||||
drawBuffer = (unsigned short*)screen->pixels;
|
||||
#elif __GP32__
|
||||
palette_init = palette_init16;
|
||||
|
Loading…
Reference in New Issue
Block a user