UI-Qt: Hide Dolby Pro Logic Decoding (It doesn't do anything)

This commit is contained in:
refractionpcsx2 2022-08-23 10:35:55 +01:00
parent e55825fd88
commit 00ffa42f50
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ AudioSettingsWidget::AudioSettingsWidget(SettingsDialog* dialog, QWidget* parent
SettingWidgetBinder::BindWidgetToIntSetting(sif, m_ui.overlap, "Soundtouch", "OverlapMS", DEFAULT_SOUNDTOUCH_OVERLAP);
connect(m_ui.overlap, &QSlider::valueChanged, this, &AudioSettingsWidget::updateTimestretchOverlapLabel);
m_ui.label_3b->setVisible(false);
m_ui.dplLevel->setVisible(false);
updateVolumeLabel();
updateLatencyLabel();
updateTimestretchSequenceLengthLabel();