diff --git a/es-app/src/views/gamelist/ISimpleGameListView.cpp b/es-app/src/views/gamelist/ISimpleGameListView.cpp index daae17807..d41be85c4 100644 --- a/es-app/src/views/gamelist/ISimpleGameListView.cpp +++ b/es-app/src/views/gamelist/ISimpleGameListView.cpp @@ -476,6 +476,9 @@ bool ISimpleGameListView::input(InputConfig* config, Input input) return true; } } + else if (config->isMappedTo("y", input) && getCursor()->isPlaceHolder()) { + NavigationSounds::getInstance()->playThemeNavigationSound(SCROLLSOUND); + } } }