* 'main' of https://github.com/pieeebot/neoLegacy:
  Fix: Controller support broken on LoadMenu
This commit is contained in:
Lord_Cambion 2026-04-13 17:45:23 +02:00
commit a175aec048
2 changed files with 1 additions and 0 deletions

View file

@ -1840,6 +1840,7 @@ void UIScene_LoadMenu::handleGainFocus(bool navBack)
{ {
m_checkboxOnline.setChecked(m_MoreOptionsParams.bOnlineGame == TRUE); m_checkboxOnline.setChecked(m_MoreOptionsParams.bOnlineGame == TRUE);
} }
SetFocusToElement(eControl_GameMode);
} }
#ifdef __ORBIS__ #ifdef __ORBIS__