mirror of
https://github.com/libretro/RetroArch
synced 2025-03-16 07:21:03 +00:00
Merge pull request #1187 from aliaspider/master
(menu) fixes menu not being properly hidden after loading/saving a state
This commit is contained in:
commit
f75af39015
@ -443,7 +443,8 @@ int menu_iterate(retro_input_t input,
|
||||
&& driver.menu_ctx->backend->iterate)
|
||||
ret = driver.menu_ctx->backend->iterate(action);
|
||||
|
||||
draw_frame();
|
||||
if (g_extern.is_menu)
|
||||
draw_frame();
|
||||
|
||||
if (driver.menu_ctx && driver.menu_ctx->input_postprocess)
|
||||
driver.menu_ctx->input_postprocess(input, old_input);
|
||||
|
Loading…
x
Reference in New Issue
Block a user