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

@ -147,7 +147,9 @@ static const ADParams detectionParams = {
// Additional GUI options (for every game}
Common::GUIO_NOSPEECH,
// Maximum directory depth
1
1,
// List of directory globs
0
};
using namespace Agi;