summaryrefslogtreecommitdiff
path: root/src/yuzu/applets/qt_controller.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-09-20 20:19:28 -0500
committerNarr the Reg <juangerman-13@hotmail.com>2021-11-24 20:30:23 -0600
commit8fff6d6c67dbdaed8be639b0daeb9afdf8e53d59 (patch)
treec2081b25cc641cc64038a01570283b82b03b6c3b /src/yuzu/applets/qt_controller.h
parent6e2c84042d296272a2186feac67678c19fdb122b (diff)
Qt_applets: Use new input
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;