Add controller window and single joycon top view

This commit is contained in:
german
2021-01-21 18:51:24 -06:00
parent ea1f656d7e
commit a7f9983563
7 changed files with 391 additions and 29 deletions

View File

@ -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];