early-access version 3302

This commit is contained in:
pineappleEA
2023-01-09 23:57:07 +01:00
parent 94223944e1
commit c997a92b1d
7 changed files with 27 additions and 112 deletions

View File

@@ -104,7 +104,6 @@ private:
// Joycon types are split by type to ease supporting dualjoycon configurations
std::array<std::shared_ptr<Joycon::JoyconDriver>, MaxSupportedControllers> left_joycons{};
std::array<std::shared_ptr<Joycon::JoyconDriver>, MaxSupportedControllers> right_joycons{};
std::array<std::shared_ptr<Joycon::JoyconDriver>, MaxSupportedControllers> pro_joycons{};
};
} // namespace InputCommon