Merge pull request #1187 from aliaspider/master

(menu) fixes menu not being properly hidden after loading/saving a state
This commit is contained in:
Twinaphex 2014-10-24 03:26:13 +02:00
commit f75af39015

View File

@ -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);