Add missing path clear

This commit is contained in:
sonninnos 2025-06-16 05:58:19 +03:00
parent 2329cd10d0
commit 9595904af1
1 changed files with 1 additions and 0 deletions

View File

@ -2704,6 +2704,7 @@ static void path_clear_all(void)
path_clear(RARCH_PATH_CORE_LAST);
path_clear(RARCH_PATH_CORE_OPTIONS);
path_clear(RARCH_PATH_CONFIG);
path_clear(RARCH_PATH_CONFIG_DEFAULT);
path_clear(RARCH_PATH_CONFIG_APPEND);
path_clear(RARCH_PATH_CONFIG_OVERRIDE);
path_clear(RARCH_PATH_DEFAULT_SHADER_PRESET);