(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;
|
||||
|
||||
/* 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;
|
||||
|
|
Loading…
Reference in New Issue