mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
(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
Block a user