summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/CubebStream.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2019-11-16 18:13:58 +0100
committerGitHub <noreply@github.com>2019-11-16 18:13:58 +0100
commitb712cc106bb918a8a06324a681e0c4a35b3473a9 (patch)
tree4767d95a842d3551a5918ededb17dfdccb866967 /Source/Core/AudioCommon/CubebStream.cpp
parenta77108236ed5289f3def78495dcf387a46005e69 (diff)
parent08787ebc4a53bb9e64b3bb3c87f20e63c0d87841 (diff)
Merge pull request #7909 from LAGonauta/dplii-quality-slider
Add slider to change DPLII decoder quality
Diffstat (limited to 'Source/Core/AudioCommon/CubebStream.cpp')
-rw-r--r--Source/Core/AudioCommon/CubebStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/CubebStream.cpp b/Source/Core/AudioCommon/CubebStream.cpp
index da515aa8f3..5c3100c52c 100644
--- a/Source/Core/AudioCommon/CubebStream.cpp
+++ b/Source/Core/AudioCommon/CubebStream.cpp
@@ -37,7 +37,7 @@ bool CubebStream::Init()
if (!m_ctx)
return false;
- m_stereo = !SConfig::GetInstance().bDPL2Decoder;
+ m_stereo = !SConfig::GetInstance().ShouldUseDPL2Decoder();
cubeb_stream_params params;
params.rate = m_mixer->GetSampleRate();