diff options
| author | degasus <wickmarkus@web.de> | 2015-06-12 13:56:53 +0200 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2015-06-12 19:07:45 +0200 |
| commit | c375111076235313669e71953c877c9512cebd16 (patch) | |
| tree | 4008bc8648422c51521a65b5209d0b641e9aea07 /Source/Core/AudioCommon/PulseAudioStream.cpp | |
| parent | b9a9fcd26dc29520bddd565827129ee0962ec6d7 (diff) | |
Options: merge SCoreStartupParameter into SConfig
Diffstat (limited to 'Source/Core/AudioCommon/PulseAudioStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/PulseAudioStream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/PulseAudioStream.cpp b/Source/Core/AudioCommon/PulseAudioStream.cpp index 1932ed031a..199d426474 100644 --- a/Source/Core/AudioCommon/PulseAudioStream.cpp +++ b/Source/Core/AudioCommon/PulseAudioStream.cpp @@ -21,7 +21,7 @@ PulseAudio::PulseAudio() bool PulseAudio::Start() { - m_stereo = !SConfig::GetInstance().m_LocalCoreStartupParameter.bDPL2Decoder; + m_stereo = !SConfig::GetInstance().bDPL2Decoder; m_channels = m_stereo ? 2 : 5; // will tell PA we use a Stereo or 5.0 channel setup NOTICE_LOG(AUDIO, "PulseAudio backend using %d channels", m_channels); |
