diff --git a/RetroFE/Source/Collection/MenuParser.cpp b/RetroFE/Source/Collection/MenuParser.cpp index cf1f436..4a20e36 100644 --- a/RetroFE/Source/Collection/MenuParser.cpp +++ b/RetroFE/Source/Collection/MenuParser.cpp @@ -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;