Qt: Fix volume slider slowing down emulation

This commit is contained in:
Connor McLaughlin
2020-07-21 20:04:43 +10:00
parent 2fb00faa67
commit b2595a3b3b
4 changed files with 38 additions and 3 deletions

View File

@@ -18,6 +18,8 @@ public:
private Q_SLOTS:
void updateBufferingLabel();
void updateVolumeLabel();
void onOutputVolumeChanged(int new_value);
void onOutputMutedChanged(int new_state);
private:
Ui::AudioSettingsWidget m_ui;