Support for merged collection mediapaths.

This commit is contained in:
Don Honerbrink
2015-06-26 09:40:11 -05:00
parent 2320c62577
commit b8e7d708f1
11 changed files with 67 additions and 29 deletions

View File

@@ -38,7 +38,7 @@ Launcher::Launcher(RetroFE &p, Configuration &c)
bool Launcher::run(std::string collection, Item *collectionItem)
{
std::string launcherName = collectionItem->launcher;
std::string launcherName = collectionItem->collectionInfo->launcher;
std::string executablePath;
std::string selectedItemsDirectory;
std::string selectedItemsPath;