mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
disable slowmotion when enabling hardcore mode (#12958)
This commit is contained in:
parent
51b365b5e3
commit
8a31b732dd
1 changed files with 3 additions and 0 deletions
|
@ -12218,6 +12218,9 @@ bool command_event(enum event_command cmd, void *data)
|
|||
case CMD_EVENT_CHEEVOS_HARDCORE_MODE_TOGGLE:
|
||||
#ifdef HAVE_CHEEVOS
|
||||
rcheevos_toggle_hardcore_paused();
|
||||
|
||||
if (rcheevos_hardcore_active())
|
||||
runloop_state.slowmotion = false;
|
||||
#endif
|
||||
break;
|
||||
case CMD_EVENT_REINIT_FROM_TOGGLE:
|
||||
|
|
Loading…
Add table
Reference in a new issue