mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-04 22:47:44 -04:00
fix loading screen if loading rom from command line
This commit is contained in:
parent
34e55f235e
commit
39b2c61e1d
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue