From bad3238ac738a4e453954350e0fb3c295cfe7dbc Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 16 Jul 2015 09:35:04 +0200 Subject: [PATCH] (GX) Default to rate control off for GX now --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;