mirror of
https://github.com/libretro/RetroArch
synced 2025-01-16 07:11:49 +00:00
Enable rate control by default on PC.
This commit is contained in:
parent
71c84af8fa
commit
2742125729
@ -267,7 +267,7 @@ static const int out_latency = 64;
|
||||
static const bool audio_sync = true;
|
||||
|
||||
// Experimental rate control
|
||||
#ifdef GEKKO
|
||||
#if defined(GEKKO) || !defined(RARCH_CONSOLE)
|
||||
static const bool rate_control = true;
|
||||
#else
|
||||
static const bool rate_control = false;
|
||||
|
@ -180,7 +180,7 @@
|
||||
# audio_latency = 64
|
||||
|
||||
# Enable experimental audio rate control.
|
||||
# audio_rate_control = false
|
||||
# audio_rate_control = true
|
||||
|
||||
# Controls audio rate control delta. Defines how much input rate can be adjusted dynamically.
|
||||
# Input rate = in_rate * (1.0 +/- audio_rate_control_delta)
|
||||
|
Loading…
Reference in New Issue
Block a user