mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Qt: use Settings::EmulationStateChanged
This commit is contained in:
@ -21,8 +21,6 @@ class AudioPane final : public QWidget
|
||||
public:
|
||||
explicit AudioPane();
|
||||
|
||||
void OnEmulationStateChanged(bool running);
|
||||
|
||||
private:
|
||||
void CreateWidgets();
|
||||
void ConnectWidgets();
|
||||
@ -30,6 +28,7 @@ private:
|
||||
void LoadSettings();
|
||||
void SaveSettings();
|
||||
|
||||
void OnEmulationStateChanged(bool running);
|
||||
void OnBackendChanged();
|
||||
void OnVolumeChanged(int volume);
|
||||
|
||||
|
Reference in New Issue
Block a user