From 83617a77da8dc486c042b19a6c496ea343a7f9af Mon Sep 17 00:00:00 2001 From: D G Turner Date: Mon, 30 May 2011 04:07:14 +0100 Subject: WAGE: Update Engine For Changes To Advanced Detector API. Signed-off-by: Eugene Sandulenko --- engines/wage/detection.cpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'engines/wage') diff --git a/engines/wage/detection.cpp b/engines/wage/detection.cpp index 3c5ac732d8..fcdc5df890 100644 --- a/engines/wage/detection.cpp +++ b/engines/wage/detection.cpp @@ -66,6 +66,10 @@ static const ADGameDescription gameDescriptions[] = { } // End of namespace Wage +static const char *directoryGlobs[] = { + 0 +}; + static const ADParams detectionParams = { // Pointer to ADGameDescription or its superset structure (const byte *)Wage::gameDescriptions, @@ -84,7 +88,11 @@ static const ADParams detectionParams = { // Flags 0, // Additional GUI options (for every game} - Common::GUIO_NOSPEECH | Common::GUIO_NOMIDI + Common::GUIO_NOSPEECH | Common::GUIO_NOMIDI, + // Maximum directory depth + 0, + // List of directory globs + directoryGlobs }; class WageMetaEngine : public AdvancedMetaEngine { -- cgit v1.2.3