@@ -85,57 +85,23 @@ const std::map<
8585 std::map<ControllerType, ControllerFeatures>
8686 >
8787> SUPPORTED_VERSIONS{
88- #if 0
89- {2021052600, {
90- {PABB_PID_UNSPECIFIED, {{ControllerType::None, {}}}},
91- {PABB_PID_PABOTBASE_12KB, {
92- {ControllerType::NintendoSwitch_WiredProController, {
93- ControllerFeature::TickPrecise,
94- ControllerFeature::NintendoSwitch_ProController,
95- }},
96- }},
97- {PABB_PID_PABOTBASE_31KB, {
98- {ControllerType::NintendoSwitch_WiredProController, {
99- ControllerFeature::TickPrecise,
100- ControllerFeature::NintendoSwitch_ProController,
101- ControllerFeature::NintendoSwitch_DateSkip,
102- }},
103- }},
104- }},
105- {2023121900, {
106- {PABB_PID_UNSPECIFIED, {{ControllerType::None, {}}}},
107- {PABB_PID_PABOTBASE_12KB, {
108- {ControllerType::NintendoSwitch_WiredProController, {
109- ControllerFeature::TickPrecise,
110- ControllerFeature::QueryCommandQueueSize,
111- ControllerFeature::NintendoSwitch_ProController,
112- ControllerFeature::NintendoSwitch_DateSkip,
113- }},
114- }},
115- {PABB_PID_PABOTBASE_31KB, {
116- {ControllerType::NintendoSwitch_WiredProController, {
117- ControllerFeature::TickPrecise,
118- ControllerFeature::QueryCommandQueueSize,
119- ControllerFeature::NintendoSwitch_ProController,
120- ControllerFeature::NintendoSwitch_DateSkip,
121- }},
122- }},
123- }},
124- #endif
12588 {2025040500 , {
12689 {PABB_PID_PABOTBASE_ESP32, {
12790 {ControllerType::NintendoSwitch_WirelessProController, {
12891 ControllerFeature::TickPrecise,
92+ ControllerFeature::TimingFlexibleMilliseconds,
12993 ControllerFeature::QueryCommandQueueSize,
13094 ControllerFeature::NintendoSwitch_ProController,
13195 }},
13296 {ControllerType::NintendoSwitch_LeftJoycon, {
13397 ControllerFeature::TickPrecise,
98+ ControllerFeature::TimingFlexibleMilliseconds,
13499 ControllerFeature::QueryCommandQueueSize,
135100 ControllerFeature::NintendoSwitch_LeftJoycon,
136101 }},
137102 {ControllerType::NintendoSwitch_RightJoycon, {
138103 ControllerFeature::TickPrecise,
104+ ControllerFeature::TimingFlexibleMilliseconds,
139105 ControllerFeature::QueryCommandQueueSize,
140106 ControllerFeature::NintendoSwitch_RightJoycon,
141107 }},
@@ -182,9 +148,12 @@ const std::map<
182148 ControllerFeature::NintendoSwitch_DateSkip,
183149 }},
184150 }},
151+ }},
152+ {2025041400 , {
185153 {PABB_PID_PABOTBASE_ESP32S3, {
186154 {ControllerType::NintendoSwitch_WiredProController, {
187155 ControllerFeature::TickPrecise,
156+ ControllerFeature::TimingFlexibleMilliseconds,
188157 ControllerFeature::QueryCommandQueueSize,
189158 ControllerFeature::NintendoSwitch_ProController,
190159 ControllerFeature::NintendoSwitch_DateSkip,
0 commit comments