mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Get rid of lifecycle_state in runloop struct
This commit is contained in:
parent
f50751909c
commit
403e32ca5f
@ -1452,8 +1452,6 @@ void rarch_main_set_state(unsigned cmd)
|
||||
rarch_main_set_state(RARCH_ACTION_STATE_MENU_RUNNING_FINISHED);
|
||||
break;
|
||||
case RARCH_ACTION_STATE_FORCE_QUIT:
|
||||
if (global)
|
||||
global->lifecycle_state = 0;
|
||||
rarch_main_set_state(RARCH_ACTION_STATE_QUIT);
|
||||
break;
|
||||
case RARCH_ACTION_STATE_NONE:
|
||||
|
Loading…
Reference in New Issue
Block a user