aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/testbed/detection.cpp')
-rw-r--r--engines/testbed/detection.cpp11
1 files changed, 11 insertions, 0 deletions
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
};