summaryrefslogtreecommitdiff
path: root/src/core/frontend/applets/controller.h
diff options
context:
space:
mode:
authorGravatar german2021-02-06 11:53:25 -0600
committerGravatar german2021-02-07 22:59:46 -0600
commita994a404676feed8c812e66edf3d055af8bc10e4 (patch)
tree7121e41fed6dffd6a81a4fab7d2ab1a480bf2c9c /src/core/frontend/applets/controller.h
parentMerge pull request #5339 from german77/interactive (diff)
downloadyuzu-a994a404676feed8c812e66edf3d055af8bc10e4.tar.gz
yuzu-a994a404676feed8c812e66edf3d055af8bc10e4.tar.xz
yuzu-a994a404676feed8c812e66edf3d055af8bc10e4.zip
hid: Implement GC controller
Diffstat (limited to 'src/core/frontend/applets/controller.h')
-rw-r--r--src/core/frontend/applets/controller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/frontend/applets/controller.h b/src/core/frontend/applets/controller.h
index dff71d8d9..b0626a0f9 100644
--- a/src/core/frontend/applets/controller.h
+++ b/src/core/frontend/applets/controller.h
@@ -31,6 +31,7 @@ struct ControllerParameters {
31 bool allow_dual_joycons{}; 31 bool allow_dual_joycons{};
32 bool allow_left_joycon{}; 32 bool allow_left_joycon{};
33 bool allow_right_joycon{}; 33 bool allow_right_joycon{};
34 bool allow_gamecube_controller{};
34}; 35};
35 36
36class ControllerApplet { 37class ControllerApplet {