diff options
author | german <german@thesoftwareartisans.com> | 2021-02-06 11:53:25 -0600 |
---|---|---|
committer | german <german@thesoftwareartisans.com> | 2021-02-07 22:59:46 -0600 |
commit | a994a404676feed8c812e66edf3d055af8bc10e4 (patch) | |
tree | 7121e41fed6dffd6a81a4fab7d2ab1a480bf2c9c /src/core/frontend/applets/controller.h | |
parent | 089608909254dfa4860705a29a6c33f6872d85a5 (diff) |
hid: Implement GC controller
Diffstat (limited to 'src/core/frontend/applets/controller.h')
-rw-r--r-- | src/core/frontend/applets/controller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/frontend/applets/controller.h b/src/core/frontend/applets/controller.h index dff71d8d98..b0626a0f9c 100644 --- a/src/core/frontend/applets/controller.h +++ b/src/core/frontend/applets/controller.h @@ -31,6 +31,7 @@ struct ControllerParameters { bool allow_dual_joycons{}; bool allow_left_joycon{}; bool allow_right_joycon{}; + bool allow_gamecube_controller{}; }; class ControllerApplet { |