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 */
|
/* 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,
|
strlcpy(orig_savestate_dir,
|
||||||
global->savestate_dir,
|
global->savestate_dir,
|
||||||
|
|
Loading…
Reference in New Issue