Fix navigation on the graphics settings page

The cursor didn't move with the left stick, only the D-pad.
This commit is contained in:
Dima353
2026-07-15 17:39:34 +03:00
parent b6c62f4952
commit 8ac6e3ac87
+6
View File
@@ -4371,6 +4371,12 @@ CMenuManager::UserInput(void)
m_bShowMouse = false;
goUp = true;
m_nOptionHighlightTransitionBlend = 0;
} else if (m_AllowNavigation &&
(CPad::GetPad(0)->GetUpJustDown() || CPad::GetPad(0)->GetAnaloguePadUp() || CPad::GetPad(0)->GetDPadUpJustDown())) {
m_bShowMouse = false;
goUp = true;
m_nOptionHighlightTransitionBlend = 0;
}
}
if ((m_nCurrOption == 0) && (m_nCurrScreen == MENUPAGE_PAUSE_MENU)) {