This commit is contained in:
twinaphex 2016-10-03 08:24:35 +02:00
parent 94e245315b
commit ba1f0a31e9
2 changed files with 1 additions and 1 deletions

View File

@ -651,6 +651,7 @@ void path_clear(enum rarch_path_type type)
void path_clear_all(void)
{
path_clear(RARCH_PATH_CONTENT);
path_clear(RARCH_PATH_CONFIG);
path_clear(RARCH_PATH_CONFIG_APPEND);
path_clear(RARCH_PATH_CORE_OPTIONS);

View File

@ -741,7 +741,6 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data)
rarch_ctl(RARCH_CTL_UNSET_IPS_PREF, NULL);
rarch_ctl(RARCH_CTL_UNSET_UPS_PREF, NULL);
rarch_ctl(RARCH_CTL_UNSET_PATCH_BLOCKED, NULL);
path_clear(RARCH_PATH_CONTENT);
runloop_overrides_active = false;
core_unset_input_descriptors();