(menu) fixes menu not being properly hidden after loading/saving a state

This commit is contained in:
aliaspider 2014-10-24 02:24:38 +01:00
parent 6eaec2fb97
commit 6289abc1e0

View File

@ -443,6 +443,7 @@ int menu_iterate(retro_input_t input,
&& driver.menu_ctx->backend->iterate)
ret = driver.menu_ctx->backend->iterate(action);
if (g_extern.is_menu)
draw_frame();
if (driver.menu_ctx && driver.menu_ctx->input_postprocess)