mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
remove variable from log
This commit is contained in:
parent
8c09578f51
commit
d7eab06939
@ -356,7 +356,7 @@ void set_paths_redirect(const char *path)
|
|||||||
{
|
{
|
||||||
fill_pathname_dir(global->savefile_name, global->basename,
|
fill_pathname_dir(global->savefile_name, global->basename,
|
||||||
".srm", sizeof(global->savefile_name));
|
".srm", sizeof(global->savefile_name));
|
||||||
RARCH_LOG("%s \nRedirecting save file to \"%s\".\n", orig_savefile_dir,global->savefile_name);
|
RARCH_LOG("Redirecting save file to \"%s\".\n", global->savefile_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (path_is_directory(global->savestate_name))
|
if (path_is_directory(global->savestate_name))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user