mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
platform sdl, fix minor bug in window size handling
This commit is contained in:
parent
e64742875a
commit
5aa5700685
2 changed files with 22 additions and 7 deletions
|
@ -442,7 +442,7 @@ void pemu_loop_prep(void)
|
|||
void pemu_loop_end(void)
|
||||
{
|
||||
/* do one more frame for menu bg */
|
||||
plat_video_set_size(320, 240);
|
||||
plat_video_set_shadow(320, 240);
|
||||
pemu_forced_frame(0, 1);
|
||||
g_menubg_src_w = g_screen_width;
|
||||
g_menubg_src_h = g_screen_height;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue