mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Remove some "not-so-serious" logs.
This commit is contained in:
parent
29a1e7ac27
commit
369431d97d
4
file.c
4
file.c
@ -359,14 +359,14 @@ static void dump_to_file_desperate(const void *data, size_t size, int type)
|
|||||||
strlcat(path, ramtype2str(type), sizeof(path));
|
strlcat(path, ramtype2str(type), sizeof(path));
|
||||||
|
|
||||||
if (dump_to_file(path, data, size))
|
if (dump_to_file(path, data, size))
|
||||||
RARCH_WARN("Succeeded in saving RAM data to \"%s\". Phew ... :D\n", path);
|
RARCH_WARN("Succeeded in saving RAM data to \"%s\".\n", path);
|
||||||
else
|
else
|
||||||
goto error;
|
goto error;
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
||||||
error:
|
error:
|
||||||
RARCH_WARN("Failed ... Tough luck ... :(\n");
|
RARCH_WARN("Failed ... Cannot recover save file.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
bool save_state(const char *path)
|
bool save_state(const char *path)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user