mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 23:55:38 +00:00
Merge pull request #570 from pjft/fix-kiosk-favorites
Fix Kiosk Favorites not registering
This commit is contained in:
commit
b21049a7d3
|
@ -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