AdvancedDetector: Add new parameter directoryGlobs.
Without this parameter mass detection gave tons of false alarms. Use globbing for narrowing down the depth search. svn-id: r49788
This commit is contained in:
parent
0b83afce03
commit
44a39ffbc6
22 changed files with 83 additions and 24 deletions
|
@ -96,7 +96,9 @@ const ADParams detectionParams = {
|
|||
// Global GUI options
|
||||
Common::GUIO_NONE,
|
||||
// Maximum directory depth
|
||||
1
|
||||
1,
|
||||
// List of directory globs
|
||||
0
|
||||
};
|
||||
|
||||
class DraciMetaEngine : public AdvancedMetaEngine {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue