X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Fplat_sdl.c;h=94f6e6ece651dfc33fb8f127030002cb2fd586da;hb=d438a8dd8e1f9baf207caaccf1b7d9a53c5db4e0;hp=8ea266fed8b95b003f4a38e4b22029723a8f6f74;hpb=27e2627380215963acbf38bf899a4a864446d826;p=picodrive.git diff --git a/platform/common/plat_sdl.c b/platform/common/plat_sdl.c index 8ea266f..94f6e6e 100644 --- a/platform/common/plat_sdl.c +++ b/platform/common/plat_sdl.c @@ -142,6 +142,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)