mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Don't needlessly (re-)create default directories on apple platforms (#16073)
This commit is contained in:
parent
07612483f2
commit
ca6e60f41b
@ -473,10 +473,6 @@ static void frontend_darwin_get_env(int *argc, char *argv[],
|
||||
strlcpy(g_defaults.dirs[DEFAULT_DIR_CACHE],
|
||||
temp_dir,
|
||||
sizeof(g_defaults.dirs[DEFAULT_DIR_CACHE]));
|
||||
|
||||
#ifndef IS_SALAMANDER
|
||||
dir_check_defaults("custom.ini");
|
||||
#endif
|
||||
}
|
||||
|
||||
static int frontend_darwin_get_rating(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user