aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Castricum2017-08-21 10:34:21 +0200
committerEugene Sandulenko2017-08-21 16:04:31 +0200
commitf26e36c2e47e562ff4b2a1b8d50303a730be71e5 (patch)
tree175b213c56b220ca34deb7b0fb7afab9ef974a0d
parent65e754142650b05787e0a694f6c6e3722650fd9c (diff)
downloadscummvm-rg350-f26e36c2e47e562ff4b2a1b8d50303a730be71e5.tar.gz
scummvm-rg350-f26e36c2e47e562ff4b2a1b8d50303a730be71e5.tar.bz2
scummvm-rg350-f26e36c2e47e562ff4b2a1b8d50303a730be71e5.zip
SCUMM: Add detection for German version of Spy Fox 1, fixes bug #9732
-rw-r--r--devtools/scumm-md5.txt1
-rw-r--r--engines/scumm/detection_tables.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/devtools/scumm-md5.txt b/devtools/scumm-md5.txt
index f3099f1cf0..3d311e9fe2 100644
--- a/devtools/scumm-md5.txt
+++ b/devtools/scumm-md5.txt
@@ -880,6 +880,7 @@ PuttsFunShop Putt-Putt's One-Stop Fun Shop
spyfox SPY Fox 1: Dry Cereal
6bf70eee5de3d24d2403e0dd3d267e8a 49221 All Windows - - - khalek (US and ???)
100b4c8403ad6a83d4bf7dbf83e44dc4 -1 fr Windows - - - gist974
+ 68e4bf77136cb3165e65d5c197ce65bd 49221 de Windows - - - Ben Castricum
9bda5fee51d2fda5253d02c642016bf4 -1 nl All HE 98.5 - - daniel9, joostp
58436e634f4fae1d9973591c2ffa1fcb -1 en All HE 99 Updated - Joachim Eberhard (GB or US?)
a28135a7ade38cc0208b04507c46efd1 -1 de All HE 99 - - nachbarnebenan
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h
index 89179dac97..8ec1575af0 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -904,6 +904,7 @@ static const GameFilenamePattern gameFilenamesTable[] = {
{ "spyfox", "spyfox", kGenHEPC, UNK_LANG, Common::kPlatformWindows, 0 },
{ "spyfox", "Fuchsdem", kGenHEMac, Common::DE_DEU, Common::kPlatformMacintosh, 0 },
+ { "spyfox", "FUCHS", kGenHEPC, Common::DE_DEU, Common::kPlatformWindows, 0 },
{ "spyfox", "FUCHSDEM", kGenHEPC, Common::DE_DEU, UNK, 0 },
{ "spyfox", "FoxDemo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
{ "spyfox", "foxdemo", kGenHEPC, UNK_LANG, Common::kPlatformWindows, 0 },