mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-02 17:53:40 +00:00
Cleanups
This commit is contained in:
parent
94e245315b
commit
ba1f0a31e9
1
paths.c
1
paths.c
@ -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);
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user