diff --git a/config.def.h b/config.def.h index 182068f7bd..aea0ccc580 100644 --- a/config.def.h +++ b/config.def.h @@ -610,7 +610,7 @@ static const int out_latency = 64; static const bool audio_sync = true; /* Audio rate control. */ -#if defined(GEKKO) || !defined(RARCH_CONSOLE) +#if !defined(RARCH_CONSOLE) static const bool rate_control = true; #else static const bool rate_control = false;