diff options
author | Eugene Sandulenko | 2007-02-04 03:10:27 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2007-02-04 03:10:27 +0000 |
commit | 7b6bdd231d100110689a0e804ac53453d388e8d9 (patch) | |
tree | 4b6d953ae1b18601ed95cdcc4ac2f42b26a39f11 /engines/saga | |
parent | 0d01bdd7996c07f93428f84a77e1a45c8c4af45a (diff) | |
download | scummvm-rg350-7b6bdd231d100110689a0e804ac53453d388e8d9.tar.gz scummvm-rg350-7b6bdd231d100110689a0e804ac53453d388e8d9.tar.bz2 scummvm-rg350-7b6bdd231d100110689a0e804ac53453d388e8d9.zip |
AdvancedDetector now has built-in fallback detection based on file lists.
Currently only gob engine benefits from it.
svn-id: r25374
Diffstat (limited to 'engines/saga')
-rw-r--r-- | engines/saga/game.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/saga/game.cpp b/engines/saga/game.cpp index f2c3ff0628..24dfd41398 100644 --- a/engines/saga/game.cpp +++ b/engines/saga/game.cpp @@ -114,6 +114,8 @@ static const Common::ADParams detectionParams = { obsoleteGameIDsTable, // Name of single gameid (optional) "saga", + // List of files for file-based fallback detection (optional) + 0, // Flags Common::kADFlagComplexID }; |