aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
diff options
context:
space:
mode:
authorEugene Sandulenko2007-02-04 03:10:27 +0000
committerEugene Sandulenko2007-02-04 03:10:27 +0000
commit7b6bdd231d100110689a0e804ac53453d388e8d9 (patch)
tree4b6d953ae1b18601ed95cdcc4ac2f42b26a39f11 /engines/kyra
parent0d01bdd7996c07f93428f84a77e1a45c8c4af45a (diff)
downloadscummvm-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/kyra')
-rw-r--r--engines/kyra/plugin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/kyra/plugin.cpp b/engines/kyra/plugin.cpp
index 6f497e3a61..31f87afaa8 100644
--- a/engines/kyra/plugin.cpp
+++ b/engines/kyra/plugin.cpp
@@ -94,6 +94,8 @@ const Common::ADParams detectionParams = {
0,
// Name of single gameid (optional)
0,
+ // List of files for file-based fallback detection (optional)
+ 0,
// Flags
0
};