Skip to content

Commit

Permalink
Enable rate control by default on PC.
Browse files Browse the repository at this point in the history
  • Loading branch information
Themaister committed Nov 11, 2012
1 parent 71c84af commit 2742125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.def.h
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion retroarch.cfg
Expand Up @@ -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)
Expand Down

0 comments on commit 2742125

Please sign in to comment.