From 18d40017e849ccb74d899b651042a750052d11f4 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 7 Nov 2010 01:01:18 +0000 Subject: ENGINES: Unify code layout of all ADParams instances svn-id: r54105 --- engines/testbed/detection.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'engines/testbed/detection.cpp') diff --git a/engines/testbed/detection.cpp b/engines/testbed/detection.cpp index 1b8a86cea6..734ed0c22a 100644 --- a/engines/testbed/detection.cpp +++ b/engines/testbed/detection.cpp @@ -51,16 +51,27 @@ static const ADGameDescription testbedDescriptions[] = { }; static const ADParams detectionParams = { + // Pointer to ADGameDescription or its superset structure (const byte *)testbedDescriptions, + // Size of that superset structure sizeof(ADGameDescription), + // Number of bytes to compute MD5 sum for 512, + // List of all engine targets testbed_setting, + // Structure for autoupgrading obsolete targets 0, + // Name of single gameid (optional) "testbed", + // List of files for file-based fallback detection (optional) 0, + // Flags ADGF_NO_FLAGS, + // Additional GUI options (for every game} Common::GUIO_NONE, + // Maximum directory depth 1, + // List of directory globs 0 }; -- cgit v1.2.3