(GX) Default to rate control off for GX now
This commit is contained in:
parent
badf8bdaad
commit
bad3238ac7
|
@ -610,7 +610,7 @@ static const int out_latency = 64;
|
||||||
static const bool audio_sync = true;
|
static const bool audio_sync = true;
|
||||||
|
|
||||||
/* Audio rate control. */
|
/* Audio rate control. */
|
||||||
#if defined(GEKKO) || !defined(RARCH_CONSOLE)
|
#if !defined(RARCH_CONSOLE)
|
||||||
static const bool rate_control = true;
|
static const bool rate_control = true;
|
||||||
#else
|
#else
|
||||||
static const bool rate_control = false;
|
static const bool rate_control = false;
|
||||||
|
|
Loading…
Reference in New Issue