mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 15:15:37 +00:00
Removed the 'Choose' entry from the help prompts in the gamelist view.
This commit is contained in:
parent
292f089f76
commit
9e629e033b
|
@ -287,8 +287,6 @@ std::vector<HelpPrompt> BasicGameListView::getHelpPrompts()
|
|||
SystemData::sSystemVector.size() > 1)
|
||||
prompts.push_back(HelpPrompt("left/right", "system"));
|
||||
|
||||
prompts.push_back(HelpPrompt("up/down", "choose"));
|
||||
|
||||
if (mRoot->getSystem()->getThemeFolder() == "custom-collections" && mCursorStack.empty() &&
|
||||
ViewController::get()->getState().viewing == ViewController::GAME_LIST)
|
||||
prompts.push_back(HelpPrompt("a", "enter"));
|
||||
|
|
Loading…
Reference in a new issue