mirror of
https://github.com/libretro/RetroArch.git
synced 2025-05-13 08:46:10 +00:00
allow creating auto savestate in hardcore (#14392)
This commit is contained in:
parent
3601610b6f
commit
906d885b8e
@ -1156,10 +1156,6 @@ bool command_event_save_auto_state(
|
|||||||
return false;
|
return false;
|
||||||
if (string_is_empty(path_basename(path_get(RARCH_PATH_BASENAME))))
|
if (string_is_empty(path_basename(path_get(RARCH_PATH_BASENAME))))
|
||||||
return false;
|
return false;
|
||||||
#ifdef HAVE_CHEEVOS
|
|
||||||
if (rcheevos_hardcore_active())
|
|
||||||
return false;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
strlcpy(savestate_name_auto,
|
strlcpy(savestate_name_auto,
|
||||||
runloop_st->name.savestate,
|
runloop_st->name.savestate,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user