mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-17 07:58:55 +00:00
disable per-core states with <content dir> savestates
This commit is contained in:
parent
ca682d38eb
commit
2a1f2b81c2
@ -355,7 +355,7 @@ void set_paths_redirect(const char *path)
|
||||
}
|
||||
|
||||
/* per-core states: append the library_name to the save location */
|
||||
if (settings->sort_savestates_enable)
|
||||
if (settings->sort_savestates_enable && global->savefile_dir[0] != '\0')
|
||||
{
|
||||
strlcpy(orig_savestate_dir,
|
||||
global->savestate_dir,
|
||||
|
Loading…
x
Reference in New Issue
Block a user