mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Fix Kiosk Favorites not registering
Had been broken a few months back.
This commit is contained in:
parent
9c7cdcece9
commit
1b06df1572
|
@ -146,7 +146,7 @@ bool ISimpleGameListView::input(InputConfig* config, Input input)
|
|||
}
|
||||
return true;
|
||||
}
|
||||
}else if (config->isMappedTo("y", input) && UIModeController::getInstance()->isUIModeFull())
|
||||
}else if (config->isMappedTo("y", input) && !UIModeController::getInstance()->isUIModeKid())
|
||||
{
|
||||
if(mRoot->getSystem()->isGameSystem())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue