diff options
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 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 | ||
| 36 | class ControllerApplet { | 37 | class ControllerApplet { |