diff options
| author | german <german@thesoftwareartisans.com> | 2021-02-04 08:54:27 -0600 |
|---|---|---|
| committer | german <german@thesoftwareartisans.com> | 2021-02-06 09:43:42 -0600 |
| commit | 160341fcf8e22715e6156cbc73663bb5f8666e46 (patch) | |
| tree | cc8b15e85bc637ad189feb123104359c393a07fe /src/yuzu/debugger/controller.h | |
| parent | d6a0975e5d83ccd18543245ac880e0c57f6e0bca (diff) | |
Refresh debug controller settings
Diffstat (limited to 'src/yuzu/debugger/controller.h')
| -rw-r--r-- | src/yuzu/debugger/controller.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/debugger/controller.h b/src/yuzu/debugger/controller.h index da389b6a2..c54750070 100644 --- a/src/yuzu/debugger/controller.h +++ b/src/yuzu/debugger/controller.h @@ -9,6 +9,7 @@ class QAction; class QHideEvent; class QShowEvent; +class PlayerControlPreview; class ControllerDialog : public QWidget { Q_OBJECT @@ -18,6 +19,7 @@ public: /// Returns a QAction that can be used to toggle visibility of this dialog. QAction* toggleViewAction(); + void refreshConfiguration(); protected: void showEvent(QShowEvent* ev) override; @@ -25,4 +27,5 @@ protected: private: QAction* toggle_view_action = nullptr; + PlayerControlPreview* widget; }; |
