drc: rm write irq check
[picodrive.git] / platform / common / plat_sdl.c
index d8935ac..94f6e6e 100644 (file)
@@ -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)
@@ -217,7 +218,7 @@ void plat_init(void)
 
        plat_sdl_quit_cb = plat_sdl_quit;
 
-       SDL_WM_SetCaption("PicoDrive" VERSION, NULL);
+       SDL_WM_SetCaption("PicoDrive " VERSION, NULL);
 
        g_menuscreen_w = plat_sdl_screen->w;
        g_menuscreen_h = plat_sdl_screen->h;