aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/detection_tables.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-30 10:01:33 -0400
committerPaul Gilbert2015-05-30 10:01:33 -0400
commitc3712f9a73eb7511c2a5bea20aa61ea21d3258f4 (patch)
tree540da8f17dd33a15776f05419a3cd15d9caddce8 /engines/tsage/detection_tables.h
parent21d77e80fc0f5994191998e0d5a6048b869e042d (diff)
parentbb9586de9e0da450bbc18119bbcd82975f146c27 (diff)
downloadscummvm-rg350-c3712f9a73eb7511c2a5bea20aa61ea21d3258f4.tar.gz
scummvm-rg350-c3712f9a73eb7511c2a5bea20aa61ea21d3258f4.tar.bz2
scummvm-rg350-c3712f9a73eb7511c2a5bea20aa61ea21d3258f4.zip
Merge branch 'sherlock_logo'
Diffstat (limited to 'engines/tsage/detection_tables.h')
-rw-r--r--engines/tsage/detection_tables.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h
index da283a27e7..1dfc3e6fd2 100644
--- a/engines/tsage/detection_tables.h
+++ b/engines/tsage/detection_tables.h
@@ -185,6 +185,22 @@ static const tSageGameDescription gameDescriptions[] = {
GType_Ringworld2,
GF_CD | GF_ALT_REGIONS | GF_DEMO
},
+
+ // The Lost Files of Sherlock Holmes - The Case of the Serrated Scalpel (Logo)
+ {
+ {
+ "sherlock-logo",
+ "",
+ AD_ENTRY1s("sf3.rlb", "153f9b93eda4e95578e31be30e69b5e5", 50419),
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ GType_Sherlock1,
+ GF_FLOPPY
+ },
+
{ AD_TABLE_END_MARKER, 0, 0 }
};