mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Qt: use Settings::EmulationStateChanged
This commit is contained in:
@ -25,9 +25,9 @@ class ControllersWindow final : public QDialog
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit ControllersWindow(QWidget* parent);
|
||||
void OnEmulationStateChanged(bool running);
|
||||
|
||||
private:
|
||||
void OnEmulationStateChanged(bool running);
|
||||
void OnWiimoteModeChanged(bool passthrough);
|
||||
void OnWiimoteTypeChanged(int state);
|
||||
void OnGCTypeChanged(int state);
|
||||
|
Reference in New Issue
Block a user