Enable rate control by default on PC.

This commit is contained in:
Themaister 2012-11-11 13:57:44 +01:00
parent 71c84af8fa
commit 2742125729
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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)