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 139d10a commit 06cea40Copy full SHA for 06cea40
SerialPrograms/Source/NintendoSwitch/Programs/NintendoSwitch_Navigation.cpp
@@ -181,14 +181,15 @@ void home_to_date_time(JoyconContext& context, bool to_date_change){
181
//From ControllerPerformanceClass::SerialPABotBase_Wireless_ESP32
182
//as Joycon will only have that controller type
183
184
+ pbf_move_joystick(context, 255, 128, 2*unit, unit);
185
pbf_move_joystick(context, 255, 128, 2*unit, unit);
186
187
188
// Down twice in case we drop one.
189
pbf_move_joystick(context, 128, 255, 2*unit, unit);
190
191
- pbf_move_joystick(context, 255, 128, 2*unit, unit);
192
+ pbf_move_joystick(context, 0, 128, 2*unit, unit);
193
194
// Press A multiple times to make sure one goes through.
195
pbf_press_button(context, BUTTON_A, 2*unit, unit);
0 commit comments