summaryrefslogtreecommitdiffstats
path: root/src/yuzu/applets/qt_controller.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-09-21 03:19:28 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2021-11-25 03:30:23 +0100
commit8fff6d6c67dbdaed8be639b0daeb9afdf8e53d59 (patch)
treec2081b25cc641cc64038a01570283b82b03b6c3b /src/yuzu/applets/qt_controller.h
parentsettings: Cleanup settings (diff)
downloadyuzu-8fff6d6c67dbdaed8be639b0daeb9afdf8e53d59.tar
yuzu-8fff6d6c67dbdaed8be639b0daeb9afdf8e53d59.tar.gz
yuzu-8fff6d6c67dbdaed8be639b0daeb9afdf8e53d59.tar.bz2
yuzu-8fff6d6c67dbdaed8be639b0daeb9afdf8e53d59.tar.lz
yuzu-8fff6d6c67dbdaed8be639b0daeb9afdf8e53d59.tar.xz
yuzu-8fff6d6c67dbdaed8be639b0daeb9afdf8e53d59.tar.zst
yuzu-8fff6d6c67dbdaed8be639b0daeb9afdf8e53d59.zip
Diffstat (limited to '')
-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;