mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 17:43:02 +00:00
(cheevos) This needs to be behind HAVE_CHEEVOS ifdefs
This commit is contained in:
parent
35764a7200
commit
540270d3ed
@ -1908,8 +1908,10 @@ bool command_event(enum event_command cmd, void *data)
|
|||||||
command_event_init_controllers();
|
command_event_init_controllers();
|
||||||
break;
|
break;
|
||||||
case CMD_EVENT_RESET:
|
case CMD_EVENT_RESET:
|
||||||
|
#ifdef HAVE_CHEEVOS
|
||||||
cheevos_state_loaded_flag = false;
|
cheevos_state_loaded_flag = false;
|
||||||
cheevos_hardcore_paused = false;
|
cheevos_hardcore_paused = false;
|
||||||
|
#endif
|
||||||
RARCH_LOG("%s.\n", msg_hash_to_str(MSG_RESET));
|
RARCH_LOG("%s.\n", msg_hash_to_str(MSG_RESET));
|
||||||
runloop_msg_queue_push(msg_hash_to_str(MSG_RESET), 1, 120, true);
|
runloop_msg_queue_push(msg_hash_to_str(MSG_RESET), 1, 120, true);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user