diff --git a/command.c b/command.c index 956fece2e4..fc2e978a10 100644 --- a/command.c +++ b/command.c @@ -1908,8 +1908,10 @@ bool command_event(enum event_command cmd, void *data) command_event_init_controllers(); break; case CMD_EVENT_RESET: +#ifdef HAVE_CHEEVOS cheevos_state_loaded_flag = false; cheevos_hardcore_paused = false; +#endif RARCH_LOG("%s.\n", msg_hash_to_str(MSG_RESET)); runloop_msg_queue_push(msg_hash_to_str(MSG_RESET), 1, 120, true);