mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +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;
|
return true;
|
||||||
}
|
}
|
||||||
}else if (config->isMappedTo("y", input) && UIModeController::getInstance()->isUIModeFull())
|
}else if (config->isMappedTo("y", input) && !UIModeController::getInstance()->isUIModeKid())
|
||||||
{
|
{
|
||||||
if(mRoot->getSystem()->isGameSystem())
|
if(mRoot->getSystem()->isGameSystem())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue