mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
Revert Help Text getting string pointer
This commit is contained in:
parent
6b217f3751
commit
8670a04ec2
|
|
@ -144,8 +144,7 @@ std::vector<HelpPrompt> BasicGameListView::getHelpPrompts()
|
||||||
prompts.push_back(HelpPrompt("x", "random"));
|
prompts.push_back(HelpPrompt("x", "random"));
|
||||||
if(mRoot->getSystem()->isGameSystem())
|
if(mRoot->getSystem()->isGameSystem())
|
||||||
{
|
{
|
||||||
const char* prompt = CollectionSystemManager::get()->getEditingCollection().c_str();
|
prompts.push_back(HelpPrompt("y", "toggle"));
|
||||||
prompts.push_back(HelpPrompt("y", prompt));
|
|
||||||
}
|
}
|
||||||
return prompts;
|
return prompts;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue