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:
Eugene Sandulenko 2010-06-15 10:59:23 +00:00
parent 0b83afce03
commit 44a39ffbc6
22 changed files with 83 additions and 24 deletions

View file

@ -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 {