mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 09:39:56 +00:00
per-core save fixes
This commit is contained in:
parent
85d02cb3ee
commit
982363f530
@ -375,7 +375,7 @@ void set_paths_redirect(const char *path)
|
|||||||
path_mkdir(global->dir.savestate);
|
path_mkdir(global->dir.savestate);
|
||||||
if(!path_is_directory(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,
|
strlcpy(global->dir.savestate,
|
||||||
orig_savestate_dir,
|
orig_savestate_dir,
|
||||||
sizeof(global->dir.savestate));
|
sizeof(global->dir.savestate));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user