mirror of
https://github.com/libretro/beetle-gba-libretro.git
synced 2025-02-17 07:07:35 +00:00
Fixup WANT_32BPP path
This commit is contained in:
parent
b5391ec967
commit
d6e9e3ca4d
@ -454,7 +454,7 @@ void retro_run()
|
||||
|
||||
video_cb(ptr, width, height, FB_WIDTH << 2);
|
||||
#elif defined(WANT_32BPP)
|
||||
const uint16_t *pix = surf->pixels;
|
||||
const uint32_t *pix = surf->pixels;
|
||||
video_cb(pix, width, height, FB_WIDTH << 2);
|
||||
#elif defined(WANT_16BPP)
|
||||
const uint16_t *pix = surf->pixels16;
|
||||
|
Loading…
x
Reference in New Issue
Block a user