You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SerialPrograms/Source/NintendoSwitch/Programs/NintendoSwitch_Navigation.cpp
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ bool is_setting_selected(VideoStream& stream, ProControllerContext& context, Ima
35
35
overlays.add(COLOR_BLUE, unselected_box2);
36
36
context.wait_for_all_requests();
37
37
context.wait_for(Milliseconds(250));
38
-
size_t max_attempts = 5; // multiple attempts because the highlighted icon/setting pulses. and sometimes there isn't enough contrast at the exact moment you take the snapshot.
38
+
size_t max_attempts = 10; // multiple attempts because the highlighted icon/setting pulses. and sometimes there isn't enough contrast at the exact moment you take the snapshot.
0 commit comments