Removed some unnecessary processing when leaving folders.

This commit is contained in:
Leon Styhre 2020-12-20 12:20:29 +01:00
parent 7fb06a5702
commit 03609b2f08

View file

@ -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);