disable per-core states with <content dir> savestates

This commit is contained in:
radius 2015-07-16 02:22:48 -05:00
parent ca682d38eb
commit 2a1f2b81c2

View File

@ -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,