diff options
-rw-r--r-- | engines/sherlock/detection_tables.h | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/engines/sherlock/detection_tables.h b/engines/sherlock/detection_tables.h index 752ef8d5cf..0b41bfad0e 100644 --- a/engines/sherlock/detection_tables.h +++ b/engines/sherlock/detection_tables.h @@ -31,7 +31,7 @@ static const SherlockGameDescription gameDescriptions[] = { AD_ENTRY1s("talk.lib", "ad0c4d6865edf15da4e9204c08815875", 238928), Common::EN_ANY, Common::kPlatformDOS, - ADGF_NO_FLAGS, + ADGF_UNSTABLE | ADGF_NO_FLAGS, GUIO1(GUIO_NOSPEECH) }, GType_SerratedScalpel, @@ -46,7 +46,7 @@ static const SherlockGameDescription gameDescriptions[] = { AD_ENTRY1s("talk.lib", "dbdc8a20c96900aa7e4d02f3fe8a274c", 121102), Common::EN_ANY, Common::kPlatformDOS, - ADGF_DEMO, + ADGF_UNSTABLE | ADGF_DEMO, GUIO1(GUIO_NOSPEECH) }, GType_SerratedScalpel, @@ -61,7 +61,7 @@ static const SherlockGameDescription gameDescriptions[] = { AD_ENTRY1s("music.lib", "ec19a09b7fef6fd90b1ab812ce6e9739", 38563), Common::EN_ANY, Common::kPlatformDOS, - ADGF_DEMO, + ADGF_UNSTABLE | ADGF_DEMO, GUIO1(GUIO_NOSPEECH) }, GType_SerratedScalpel, @@ -72,12 +72,25 @@ static const SherlockGameDescription gameDescriptions[] = { // Provided by Strangerke { "rosetattoo", - 0, + "CD", AD_ENTRY1s("talk.lib", "22e8e6406dd2fbbb238c9898928df42e", 770756), Common::EN_ANY, Common::kPlatformDOS, - ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + ADGF_UNSTABLE, + GUIO0() + } + }, + + { + // Case of the Rose Tattoo - English CD + { + "rosetattoo", + "CD", + AD_ENTRY1s("talk.lib", "9639a756b0993ebd71cb5f4d8b78b2dc", 765134), + Common::EN_ANY, + Common::kPlatformDOS, + ADGF_UNSTABLE, + GUIO0() }, GType_RoseTattoo, }, |