mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
minor frontend fixes
This commit is contained in:
parent
27e2627380
commit
d438a8dd8e
3 changed files with 9 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue