mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
allow creating auto savestate in hardcore (#14392)
This commit is contained in:
parent
3601610b6f
commit
906d885b8e
1 changed files with 0 additions and 4 deletions
|
@ -1156,10 +1156,6 @@ bool command_event_save_auto_state(
|
|||
return false;
|
||||
if (string_is_empty(path_basename(path_get(RARCH_PATH_BASENAME))))
|
||||
return false;
|
||||
#ifdef HAVE_CHEEVOS
|
||||
if (rcheevos_hardcore_active())
|
||||
return false;
|
||||
#endif
|
||||
|
||||
strlcpy(savestate_name_auto,
|
||||
runloop_st->name.savestate,
|
||||
|
|
Loading…
Add table
Reference in a new issue