mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-21 18:21:51 +00:00
Cleanup
This commit is contained in:
parent
b0b35ba9e5
commit
c1c0870328
10
runloop.c
10
runloop.c
@ -946,16 +946,14 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data)
|
||||
#endif
|
||||
break;
|
||||
case RUNLOOP_CTL_PREPARE_DUMMY:
|
||||
{
|
||||
#ifdef HAVE_MENU
|
||||
menu_driver_ctl(RARCH_MENU_CTL_UNSET_LOAD_NO_CONTENT, NULL);
|
||||
menu_driver_ctl(RARCH_MENU_CTL_UNSET_LOAD_NO_CONTENT, NULL);
|
||||
#endif
|
||||
runloop_data_clear_state();
|
||||
runloop_data_clear_state();
|
||||
|
||||
runloop_ctl(RUNLOOP_CTL_CLEAR_CONTENT_PATH, NULL);
|
||||
runloop_ctl(RUNLOOP_CTL_CLEAR_CONTENT_PATH, NULL);
|
||||
|
||||
rarch_ctl(RARCH_CTL_LOAD_CONTENT, NULL);
|
||||
}
|
||||
rarch_ctl(RARCH_CTL_LOAD_CONTENT, NULL);
|
||||
break;
|
||||
case RUNLOOP_CTL_SET_CORE_SHUTDOWN:
|
||||
runloop_core_shutdown_initiated = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user