From 7b6bdd231d100110689a0e804ac53453d388e8d9 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 4 Feb 2007 03:10:27 +0000 Subject: AdvancedDetector now has built-in fallback detection based on file lists. Currently only gob engine benefits from it. svn-id: r25374 --- engines/kyra/plugin.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/kyra') 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 }; -- cgit v1.2.3