mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Add RARCH_ACTION_STATE_MENU_RUNNING_FINISHED to RARCH_CMD_RESUME
This commit is contained in:
parent
fe49a0fe40
commit
a3269ff9ed
@ -3545,6 +3545,9 @@ void rarch_main_command(unsigned cmd)
|
||||
rarch_main_set_state(RARCH_ACTION_STATE_FORCE_QUIT);
|
||||
break;
|
||||
case RARCH_CMD_RESUME:
|
||||
#ifdef HAVE_MENU
|
||||
rarch_main_set_state(RARCH_ACTION_STATE_MENU_RUNNING_FINISHED);
|
||||
#endif
|
||||
rarch_main_set_state(RARCH_ACTION_STATE_RUNNING);
|
||||
break;
|
||||
case RARCH_CMD_RESTART_RETROARCH:
|
||||
|
Loading…
x
Reference in New Issue
Block a user