diff options
-rw-r--r-- | engines/sherlock/detection_tables.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/engines/sherlock/detection_tables.h b/engines/sherlock/detection_tables.h index 9315fa1bdd..208b6710af 100644 --- a/engines/sherlock/detection_tables.h +++ b/engines/sherlock/detection_tables.h @@ -99,6 +99,21 @@ static const SherlockGameDescription gameDescriptions[] = { GType_RoseTattoo, }, + { + // Case of the Rose Tattoo - German CD + // Provided by m_kiewitz + { + "rosetattoo", + "CD", + AD_ENTRY1s("talk.lib", "5027aa72f0d263ed3b1c764a6c397911", 873864), + Common::DE_DEU, + Common::kPlatformDOS, + ADGF_UNSTABLE, + GUIO0() + }, + GType_RoseTattoo, + }, + { AD_TABLE_END_MARKER, (GameType)0 } }; |