mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-29 19:55:37 +00:00
Removed some unnecessary processing when leaving folders.
This commit is contained in:
parent
7fb06a5702
commit
03609b2f08
|
@ -153,7 +153,6 @@ bool ISimpleGameListView::input(InputConfig* config, Input input)
|
|||
setCursor(mCursorStack.top());
|
||||
if (mCursorStack.size() > 0)
|
||||
mCursorStack.pop();
|
||||
onFileChanged(getCursor(), false);
|
||||
}
|
||||
else {
|
||||
NavigationSounds::getInstance()->playThemeNavigationSound(BACKSOUND);
|
||||
|
|
Loading…
Reference in a new issue