fix loading screen if loading rom from command line

This commit is contained in:
kub 2020-10-10 20:57:22 +02:00
parent 34e55f235e
commit 39b2c61e1d

View file

@ -295,6 +295,7 @@ int plat_sdl_init(void)
}
plat_target.vout_methods = vout_list;
plat_sdl_change_video_mode(g_menuscreen_w, g_menuscreen_h, 1);
return 0;
fail: