mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
Merge branch 'master' of https://github.com/libretro/RetroArch
This commit is contained in:
commit
1852a36cc2
@ -429,13 +429,12 @@ int menu_iterate(retro_input_t input,
|
||||
|
||||
if (g_extern.is_menu)
|
||||
draw_frame();
|
||||
if (g_settings.menu.throttle && (g_settings.menu.pause_libretro || !g_extern.content_is_init))
|
||||
draw_frame();
|
||||
|
||||
if (driver.menu_ctx && driver.menu_ctx->input_postprocess)
|
||||
driver.menu_ctx->input_postprocess(input, old_input);
|
||||
|
||||
if (g_settings.menu.throttle)
|
||||
rarch_sleep(15);
|
||||
|
||||
if (ret)
|
||||
return -1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user