reset the flag on Resume
This commit is contained in:
parent
986a8d3003
commit
c4d678a1ce
|
@ -2271,6 +2271,9 @@ bool cheevos_toggle_hardcore_mode(void)
|
|||
const char *msg = msg_hash_to_str(
|
||||
MSG_CHEEVOS_HARDCORE_MODE_ENABLE);
|
||||
|
||||
/* reset the state loaded flag in case it was set */
|
||||
cheevos_state_loaded_flag = false;
|
||||
|
||||
/* send reset core cmd to avoid any user
|
||||
* savestate previusly loaded. */
|
||||
command_event(CMD_EVENT_RESET, NULL);
|
||||
|
|
Loading…
Reference in New Issue