mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-26 09:44:47 +01:00
MenuParser.cpp edited online with Bitbucket
This commit is contained in:
parent
0e7eb9a5fa
commit
b534d2f582
@ -43,7 +43,7 @@ bool MenuParser::GetMenuItems(CollectionInfo *collection)
|
||||
{
|
||||
bool retVal = false;
|
||||
//todo: magic string
|
||||
std::string menuFilename = Configuration::GetAbsolutePath() + "/collections/" + collection->GetName() + "/Menu.xml";
|
||||
std::string menuFilename = Configuration::GetAbsolutePath() + "/collections/" + collection->GetName() + "/menu.xml";
|
||||
rapidxml::xml_document<> doc;
|
||||
rapidxml::xml_node<> * rootNode;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user