summaryrefslogtreecommitdiffstats
path: root/src/yuzu/applets/qt_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu/applets/qt_controller.h')
-rw-r--r--src/yuzu/applets/qt_controller.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/yuzu/applets/qt_controller.h b/src/yuzu/applets/qt_controller.h
index 037325f50..98060e6f8 100644
--- a/src/yuzu/applets/qt_controller.h
+++ b/src/yuzu/applets/qt_controller.h
@@ -31,6 +31,10 @@ namespace Ui {
class QtControllerSelectorDialog;
}
+namespace Core {
+class System;
+}
+
class QtControllerSelectorDialog final : public QDialog {
Q_OBJECT
@@ -102,6 +106,7 @@ private:
Core::Frontend::ControllerParameters parameters;
InputCommon::InputSubsystem* input_subsystem;
+ Core::System& system;
std::unique_ptr<InputProfiles> input_profiles;