disable slow motion if cheevos enabled
This commit is contained in:
parent
01e85b321b
commit
e57d0049f3
|
@ -2970,7 +2970,9 @@ static enum runloop_state runloop_check_state(
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Checks if slowmotion toggle/hold was being pressed and/or held. */
|
/* Checks if slowmotion toggle/hold was being pressed and/or held. */
|
||||||
|
#ifdef HAVE_CHEEVOS
|
||||||
|
if (!settings->bools.cheevos_enable)
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
static bool old_slowmotion_button_state = false;
|
static bool old_slowmotion_button_state = false;
|
||||||
static bool old_slowmotion_hold_button_state = false;
|
static bool old_slowmotion_hold_button_state = false;
|
||||||
|
|
Loading…
Reference in New Issue