From ccf904d8fffcf229a97686555192c983e9732bcb Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 1 Aug 2019 18:50:26 -0700 Subject: SHERLOCK: SS: Add French version detection --- engines/sherlock/detection_tables.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/engines/sherlock/detection_tables.h b/engines/sherlock/detection_tables.h index a18227f0a1..d20ca92cd4 100644 --- a/engines/sherlock/detection_tables.h +++ b/engines/sherlock/detection_tables.h @@ -39,6 +39,22 @@ static const SherlockGameDescription gameDescriptions[] = { GType_SerratedScalpel, }, + { + // Case of the Serrated Scalpel - French + // Provided by InsertDisk2 - Patch #11040 + { + "scalpel", + 0, + AD_ENTRY1s("talk.lib", "295ef96a50641d44f44c02c90cf7948e", 259541), + Common::FR_FRA, + Common::kPlatformDOS, + ADGF_UNSTABLE, + GUIO6(GUIO_NOSPEECH, GAMEOPTION_ORIGINAL_SAVES, GAMEOPTION_FADE_STYLE, GAMEOPTION_HELP_STYLE, + GAMEOPTION_PORTRAITS_ON, GAMEOPTION_WINDOW_STYLE) + }, + GType_SerratedScalpel, + }, + { // Case of the Serrated Scalpel - German CD (from multilingual CD) // Provided by m_kiewitz -- cgit v1.2.3