Skip to content

Commit 325c4a1

Browse files
committed
Fix update bypass on Switch 2.
1 parent 9b5530a commit 325c4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/NintendoSwitch/Inference/NintendoSwitch_UpdatePopupDetector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ bool UpdatePopupDetector_Switch1::detect(const ImageViewRGB32& screen){
149149
UpdatePopupDetector_Switch2::UpdatePopupDetector_Switch2(Color color)
150150
: m_color(color)
151151
, m_box_top(0.25, 0.31, 0.50, 0.02)
152-
, m_box_mid(0.25, 0.56, 0.50, 0.02)
152+
, m_box_mid(0.25, 0.482, 0.50, 0.02)
153153
, m_top(0.10, 0.17, 0.80, 0.03)
154154
, m_left(0.08, 0.25, 0.10, 0.38)
155155
, m_bottom_solid(0.10, 0.86, 0.80, 0.04)

0 commit comments

Comments
 (0)