mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-19 02:12:46 +01:00
Fixed merged collection loading where a roms directory does not exist.
This commit is contained in:
@@ -292,6 +292,7 @@ bool CollectionInfoBuilder::ImportDirectory(CollectionInfo *info, std::string me
|
||||
std::string mergedFile = Utils::combinePath(Configuration::absolutePath, "collections", mergedCollectionName, info->name + ".sub");
|
||||
Logger::write(Logger::ZONE_INFO, "CollectionInfoBuilder", "Checking for \"" + mergedFile + "\"");
|
||||
(void)conf_.getProperty("collections." + mergedCollectionName + ".list.includeMissingItems", showMissing);
|
||||
ImportBasicList(info, mergedFile, includeFilterUnsorted);
|
||||
ImportBasicList(info, mergedFile, includeFilter);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user