mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Revert "(Android) Set rate control delta to 0.0010 by default"
0.01 is way too much for a default setting. 0.005 is already pushing it.
This commit is contained in:
parent
c090ee634c
commit
636fdf95b6
@ -477,11 +477,7 @@ static const bool rate_control = false;
|
||||
#endif
|
||||
|
||||
// Rate control delta. Defines how much rate_control is allowed to adjust input rate.
|
||||
#ifdef ANDROID
|
||||
static const float rate_control_delta = 0.010;
|
||||
#else
|
||||
static const float rate_control_delta = 0.005;
|
||||
#endif
|
||||
|
||||
// Default audio volume in dB. (0.0 dB == unity gain).
|
||||
static const float audio_volume = 0.0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user