diff options
| author | german <german@thesoftwareartisans.com> | 2021-01-21 18:51:24 -0600 |
|---|---|---|
| committer | german <german@thesoftwareartisans.com> | 2021-02-06 09:43:42 -0600 |
| commit | a7f9983563f76d1bca071be7490c2abf57ce16d5 (patch) | |
| tree | 04148c1b6f412d1e08f69be9fee6f7ff25441dc3 /src/yuzu/main.h | |
| parent | ea1f656d7e4a529f009845e318d88cef6549b144 (diff) | |
Add controller window and single joycon top view
Diffstat (limited to 'src/yuzu/main.h')
| -rw-r--r-- | src/yuzu/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 31788ea62..f4a71ea11 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -27,6 +27,7 @@ class GRenderWindow; class LoadingScreen; class MicroProfileDialog; class ProfilerWidget; +class ControllerDialog; class QLabel; class QPushButton; class QProgressDialog; @@ -313,6 +314,7 @@ private: ProfilerWidget* profilerWidget; MicroProfileDialog* microProfileDialog; WaitTreeWidget* waitTreeWidget; + ControllerDialog* controllerDialog; QAction* actions_recent_files[max_recent_files_item]; |
