mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
AudioPane: Do not enable DPL II quality slider with HLE audio on init
This commit is contained in:
@ -234,7 +234,7 @@ void AudioPane::LoadSettings()
|
|||||||
m_dolby_quality_slider->setValue(int(Config::Get(Config::MAIN_DPL2_QUALITY)));
|
m_dolby_quality_slider->setValue(int(Config::Get(Config::MAIN_DPL2_QUALITY)));
|
||||||
m_dolby_quality_latency_label->setText(
|
m_dolby_quality_latency_label->setText(
|
||||||
GetDPL2ApproximateLatencyLabel(Config::Get(Config::MAIN_DPL2_QUALITY)));
|
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());
|
EnableDolbyQualityWidgets(m_dolby_pro_logic->isChecked());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user