mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
AudioPane: Do not enable DPL II quality slider with HLE audio on init
This commit is contained in:
parent
ee98042b81
commit
bb27da06ae
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue