diff options
author | Einar Johan T. Sømåen | 2012-06-07 13:50:49 +0200 |
---|---|---|
committer | Einar Johan T. Sømåen | 2012-06-07 13:50:49 +0200 |
commit | 1c18f0efdc2e0f7062dfcf38925131a0050526a0 (patch) | |
tree | a8185d99e6dc4952b498d7420592f050a3ce0087 /engines/wintermute | |
parent | 9aa2d43facd0a3fbafb1e7e432fca80f89aa6c66 (diff) | |
download | scummvm-rg350-1c18f0efdc2e0f7062dfcf38925131a0050526a0.tar.gz scummvm-rg350-1c18f0efdc2e0f7062dfcf38925131a0050526a0.tar.bz2 scummvm-rg350-1c18f0efdc2e0f7062dfcf38925131a0050526a0.zip |
WINTERMUTE: Add detection for german Dirty Split
Diffstat (limited to 'engines/wintermute')
-rw-r--r-- | engines/wintermute/detection.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/wintermute/detection.cpp b/engines/wintermute/detection.cpp index 8d38eeb1ef..4756c96542 100644 --- a/engines/wintermute/detection.cpp +++ b/engines/wintermute/detection.cpp @@ -44,6 +44,16 @@ static const ADGameDescription gameDescriptions[] = { }, { "wintermute", + "Dirty Split", + AD_ENTRY1s("data.dcp", "139d8a25579e969f8b37d20e6e3de5f9", 92668291), + Common::DE_DEU, + Common::kPlatformWindows, + ADGF_UNSTABLE | + ADGF_USEEXTRAASTITLE, + GUIO0() + }, + { + "wintermute", "Five Magical Amulets", AD_ENTRY1s("data.dcp", "0134e92bcd5fd2837df3971087e96067", 163316498), Common::EN_ANY, |