Qt: Fix volume slider slowing down emulation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user