reset the flag on Resume

This commit is contained in:
radius 2018-09-22 11:37:11 -05:00
parent 986a8d3003
commit c4d678a1ce

View File

@ -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);