mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
Added a navigation sound when jumping to a custom collection game.
This commit is contained in:
parent
377fed2b23
commit
559cabbc6b
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue