mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
DolphinQt: Make WiiPane connect itself to EmulationStateChanged
This commit is contained in:
parent
8833e2a7fa
commit
10d972789a
3 changed files with 6 additions and 9 deletions
|
@ -19,7 +19,6 @@ class WiiPane : public QWidget
|
|||
Q_OBJECT
|
||||
public:
|
||||
explicit WiiPane(QWidget* parent = nullptr);
|
||||
void OnEmulationStateChanged(bool running);
|
||||
|
||||
private:
|
||||
void PopulateUSBPassthroughListWidget();
|
||||
|
@ -31,6 +30,7 @@ private:
|
|||
|
||||
void LoadConfig();
|
||||
void OnSaveConfig();
|
||||
void OnEmulationStateChanged(bool running);
|
||||
|
||||
void ValidateSelectionState();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue