mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-27 18:25:13 +01:00
Read rom directory if include.txt file is empty or does not exist, even if list.includeMissingItems = true.
This commit is contained in:
parent
ecaad97a41
commit
444fd48984
@ -319,7 +319,7 @@ bool CollectionInfoBuilder::ImportDirectory(CollectionInfo *info, std::string me
|
||||
}
|
||||
|
||||
// Read ROM directory if showMissing is false
|
||||
if (!showMissing)
|
||||
if (!showMissing || includeFilter.size() == 0)
|
||||
{
|
||||
ImportRomDirectory(path, info, includeFilter, excludeFilter);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user