allow creating auto savestate in hardcore (#14392)

This commit is contained in:
Jamiras 2022-09-05 21:04:54 -06:00 committed by GitHub
parent 3601610b6f
commit 906d885b8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,