per-core save fixes

This commit is contained in:
radius 2015-09-24 23:15:59 -05:00
parent 85d02cb3ee
commit 982363f530

View File

@ -375,7 +375,7 @@ void set_paths_redirect(const char *path)
path_mkdir(global->dir.savestate);
if(!path_is_directory(global->dir.savestate))
{
RARCH_LOG("Reverting savestate directory to %s\n", orig_savefile_dir);
RARCH_LOG("Reverting savestate directory to %s\n", orig_savestate_dir);
strlcpy(global->dir.savestate,
orig_savestate_dir,
sizeof(global->dir.savestate));