mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Merge pull request #1090 from jeapostrophe/master
Allow the menu to run immediately again if there is input
This commit is contained in:
commit
eb9eafe7e1
@ -3261,7 +3261,8 @@ int rarch_main_iterate(void)
|
||||
if (!menu_iterate(input, old_input, trigger_input))
|
||||
rarch_main_set_state(RARCH_ACTION_STATE_MENU_RUNNING_FINISHED);
|
||||
|
||||
ret = 1;
|
||||
if ( ! input )
|
||||
ret = 1;
|
||||
goto success;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user