aboutsummaryrefslogtreecommitdiff
path: root/engines/director/detection_tables.h
diff options
context:
space:
mode:
authorMatthew Hoops2012-11-14 13:49:31 -0500
committerEugene Sandulenko2016-08-03 23:40:36 +0200
commit45a387c48144d98cfaf3aba3f9245bc79564d1c3 (patch)
tree5930ec9372d30e019656c41292f5760f2f9d0569 /engines/director/detection_tables.h
parenteb16a726e90133592f0ea0bde2bb94dab99d3911 (diff)
downloadscummvm-rg350-45a387c48144d98cfaf3aba3f9245bc79564d1c3.tar.gz
scummvm-rg350-45a387c48144d98cfaf3aba3f9245bc79564d1c3.tar.bz2
scummvm-rg350-45a387c48144d98cfaf3aba3f9245bc79564d1c3.zip
DIRECTOR: Add detection for Spy Club
Diffstat (limited to 'engines/director/detection_tables.h')
-rw-r--r--engines/director/detection_tables.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 3218635759..bc5346524d 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -54,6 +54,20 @@ static const DirectorGameDescription gameDescriptions[] = {
4
},
+ {
+ {
+ "spyclub",
+ "",
+ AD_ENTRY1("SPYCLUB.EXE", "65d06b5fef155a2473434571aff5bc29"),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GID_GENERIC,
+ 3
+ },
+
{ AD_TABLE_END_MARKER, GID_GENERIC, 0 }
};