mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-03 10:47:23 +02:00
Support for merged collection mediapaths.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user