X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=platform%2Fcommon%2Fplat_sdl.c;h=600af45a2a17b4edcffc3cd6b51dd827d1352438;hb=d9653efdf7cd77d61ed81ed692b00115d472d4e2;hp=8ea266fed8b95b003f4a38e4b22029723a8f6f74;hpb=fc11dd059b5c7369a51ddcca532505b588bd0030;p=picodrive.git diff --git a/platform/common/plat_sdl.c b/platform/common/plat_sdl.c index 8ea266f..600af45 100644 --- a/platform/common/plat_sdl.c +++ b/platform/common/plat_sdl.c @@ -17,10 +17,6 @@ #include "input_pico.h" #include "version.h" -// FIXME: these 2 shouldn't be here -static unsigned char PicoDraw2FB_[(8+320) * (8+240+8)]; -unsigned char *PicoDraw2FB = PicoDraw2FB_; - static void *shadow_fb; static const struct in_default_bind in_sdl_defbinds[] = { @@ -142,6 +138,7 @@ void plat_video_wait_vsync(void) void plat_video_menu_enter(int is_rom_loaded) { plat_sdl_change_video_mode(g_menuscreen_w, g_menuscreen_h, 0); + g_screen_ptr = shadow_fb; } void plat_video_menu_begin(void)