mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-12 17:58:53 +01:00
Fixed merged collection loading where a roms directory does not exist.
This commit is contained in:
parent
444fd48984
commit
4a72edc93b
@ -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);
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user