Remove the Audio Resampling setting (now always on). Having it off is not useful because it'll never sync up perfectly over time.

This commit is contained in:
Henrik Rydgård
2020-05-17 19:00:48 +02:00
parent 0692b6dca6
commit 90fd2d9e33
4 changed files with 46 additions and 70 deletions
-1
View File
@@ -786,7 +786,6 @@ static ConfigSetting soundSettings[] = {
ConfigSetting("Enable", &g_Config.bEnableSound, true, true, true),
ConfigSetting("AudioBackend", &g_Config.iAudioBackend, 0, true, true),
ConfigSetting("ExtraAudioBuffering", &g_Config.bExtraAudioBuffering, false, true, false),
ConfigSetting("AudioResampler", &g_Config.bAudioResampler, true, true, true),
ConfigSetting("GlobalVolume", &g_Config.iGlobalVolume, VOLUME_MAX, true, true),
ConfigSetting("AltSpeedVolume", &g_Config.iAltSpeedVolume, -1, true, true),
ConfigSetting("AudioDevice", &g_Config.sAudioDevice, "", true, false),