diff options
| author | 2023-01-08 21:37:13 -0600 | |
|---|---|---|
| committer | 2023-01-19 18:05:22 -0600 | |
| commit | b40aefb39ea8b4259acdbe0616790c2234d9b9ef (patch) | |
| tree | 00f11d49e134a345c93ef8e4d31b03198282c516 /src/input_common/drivers/joycon.h | |
| parent | input_common: Fix issue where ring and irs are enabled at the same time (diff) | |
| download | yuzu-b40aefb39ea8b4259acdbe0616790c2234d9b9ef.tar.gz yuzu-b40aefb39ea8b4259acdbe0616790c2234d9b9ef.tar.xz yuzu-b40aefb39ea8b4259acdbe0616790c2234d9b9ef.zip | |
input_common: Drop Pro controller support from custom driver
Diffstat (limited to 'src/input_common/drivers/joycon.h')
| -rw-r--r-- | src/input_common/drivers/joycon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input_common/drivers/joycon.h b/src/input_common/drivers/joycon.h index f180b7478..f5cc787db 100644 --- a/src/input_common/drivers/joycon.h +++ b/src/input_common/drivers/joycon.h | |||
| @@ -104,7 +104,6 @@ private: | |||
| 104 | // Joycon types are split by type to ease supporting dualjoycon configurations | 104 | // Joycon types are split by type to ease supporting dualjoycon configurations |
| 105 | std::array<std::shared_ptr<Joycon::JoyconDriver>, MaxSupportedControllers> left_joycons{}; | 105 | std::array<std::shared_ptr<Joycon::JoyconDriver>, MaxSupportedControllers> left_joycons{}; |
| 106 | std::array<std::shared_ptr<Joycon::JoyconDriver>, MaxSupportedControllers> right_joycons{}; | 106 | std::array<std::shared_ptr<Joycon::JoyconDriver>, MaxSupportedControllers> right_joycons{}; |
| 107 | std::array<std::shared_ptr<Joycon::JoyconDriver>, MaxSupportedControllers> pro_joycons{}; | ||
| 108 | }; | 107 | }; |
| 109 | 108 | ||
| 110 | } // namespace InputCommon | 109 | } // namespace InputCommon |