mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-12 17:58:53 +01:00
Use includeMissingItems parameter for sub collections as well. This removes the need to have the roms in the roms directory of the parent collection to fill the sub collection.
This commit is contained in:
parent
176c75607a
commit
596c636eda
@ -252,10 +252,7 @@ bool CollectionInfoBuilder::ImportDirectory(CollectionInfo *info, std::string me
|
|||||||
ImportBasicList(info, mergedFile, includeFilter);
|
ImportBasicList(info, mergedFile, includeFilter);
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
(void)conf_.getProperty("collections." + info->name + ".list.includeMissingItems", showMissing);
|
||||||
{
|
|
||||||
(void)conf_.getProperty("collections." + info->name + ".list.includeMissingItems", showMissing);
|
|
||||||
}
|
|
||||||
|
|
||||||
// If no merged file exists, or it is empty, attempt to use the include and exclude from the subcollection
|
// If no merged file exists, or it is empty, attempt to use the include and exclude from the subcollection
|
||||||
// If this not a merged collection, the size will be 0 anyways and the code below will still execute
|
// If this not a merged collection, the size will be 0 anyways and the code below will still execute
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user