mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
AudioPane: Do not enable DPL II quality slider with HLE audio on init
This commit is contained in:
parent
ee98042b81
commit
bb27da06ae
@ -234,7 +234,7 @@ void AudioPane::LoadSettings()
|
||||
m_dolby_quality_slider->setValue(int(Config::Get(Config::MAIN_DPL2_QUALITY)));
|
||||
m_dolby_quality_latency_label->setText(
|
||||
GetDPL2ApproximateLatencyLabel(Config::Get(Config::MAIN_DPL2_QUALITY)));
|
||||
if (AudioCommon::SupportsDPL2Decoder(current))
|
||||
if (AudioCommon::SupportsDPL2Decoder(current) && !m_dsp_hle->isChecked())
|
||||
{
|
||||
EnableDolbyQualityWidgets(m_dolby_pro_logic->isChecked());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user