diff options
author | Paul Gilbert | 2019-08-01 18:50:26 -0700 |
---|---|---|
committer | Paul Gilbert | 2019-08-01 18:50:44 -0700 |
commit | ccf904d8fffcf229a97686555192c983e9732bcb (patch) | |
tree | 551cac04d10eebecafefdc984e27fc6f883fb233 /engines | |
parent | 837ac7e7ecabcc0b90885759b5c4278ec800bf82 (diff) | |
download | scummvm-rg350-ccf904d8fffcf229a97686555192c983e9732bcb.tar.gz scummvm-rg350-ccf904d8fffcf229a97686555192c983e9732bcb.tar.bz2 scummvm-rg350-ccf904d8fffcf229a97686555192c983e9732bcb.zip |
SHERLOCK: SS: Add French version detection
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sherlock/detection_tables.h | 16 |
1 files changed, 16 insertions, 0 deletions
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 @@ -40,6 +40,22 @@ static const SherlockGameDescription gameDescriptions[] = { }, { + // 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 { |