mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-10 06:32:55 +00:00
Merge branch 'main' of https://github.com/pieeebot/neoLegacy
* 'main' of https://github.com/pieeebot/neoLegacy: Fix: Controller support broken on LoadMenu
This commit is contained in:
commit
a175aec048
Binary file not shown.
|
|
@ -1840,6 +1840,7 @@ void UIScene_LoadMenu::handleGainFocus(bool navBack)
|
|||
{
|
||||
m_checkboxOnline.setChecked(m_MoreOptionsParams.bOnlineGame == TRUE);
|
||||
}
|
||||
SetFocusToElement(eControl_GameMode);
|
||||
}
|
||||
|
||||
#ifdef __ORBIS__
|
||||
|
|
|
|||
Loading…
Reference in a new issue