mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
commit
a44318dae5
@ -1139,7 +1139,7 @@ bool content_save_state(const char *path, bool save_to_disk, bool autosave)
|
|||||||
{
|
{
|
||||||
if (save_to_disk)
|
if (save_to_disk)
|
||||||
{
|
{
|
||||||
if (path_file_exists(path))
|
if (path_file_exists(path) && !autosave)
|
||||||
{
|
{
|
||||||
/* Before overwritting the savestate file, load it into a buffer
|
/* Before overwritting the savestate file, load it into a buffer
|
||||||
to allow undo_save_state() to work */
|
to allow undo_save_state() to work */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user