mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-23 05:02:46 +00:00
(RARCH_CONSOLE) Bad regression broke SYSTEM_DIRECTORY getter/setters for libretro
cores on consoles
This commit is contained in:
parent
f59cb836d4
commit
dc767c521e
@ -695,7 +695,10 @@ static void set_paths(const char *path)
|
||||
RARCH_LOG("Redirecting save state to \"%s\".\n", g_extern.savestate_name);
|
||||
}
|
||||
|
||||
#if !defined(RARCH_CONSOLE) || !defined(HAVE_RMENU)
|
||||
/* we DON'T want the system directory overwritten for the consoles */
|
||||
fill_pathname_basedir(g_settings.system_directory, path, sizeof(g_settings.system_directory));
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIGFILE
|
||||
if (*g_extern.config_path && path_is_directory(g_extern.config_path))
|
||||
|
Loading…
x
Reference in New Issue
Block a user