We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb05efe commit 9c077d9Copy full SHA for 9c077d9
SerialPrograms/Source/Controllers/SerialPABotBase/SerialPABotBase.cpp
@@ -160,6 +160,16 @@ const std::map<
160
}},
161
162
163
+ {2025042000, {
164
+ {PABB_PID_PABOTBASE_CH552, {
165
+ {ControllerType::NintendoSwitch_WiredProController, {
166
+ ControllerFeature::TickPrecise,
167
+ ControllerFeature::QueryCommandQueueSize,
168
+ ControllerFeature::NintendoSwitch_ProController,
169
+ ControllerFeature::NintendoSwitch_DateSkip,
170
+ }},
171
172
173
};
174
175
0 commit comments