Added a navigation sound when jumping to a custom collection game.

This commit is contained in:
Leon Styhre 2021-01-12 18:35:07 +01:00
parent 377fed2b23
commit 559cabbc6b

View file

@ -211,6 +211,7 @@ bool ISimpleGameListView::input(InputConfig* config, Input input)
ViewController::GAME_LIST) {
// Jump to the randomly selected game.
if (mRandomGame) {
NavigationSounds::getInstance()->playThemeNavigationSound(SCROLLSOUND);
setCursor(mRandomGame);
updateHelpPrompts();
}