aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/detection_tables.h
diff options
context:
space:
mode:
authorBen Castricum2017-08-21 10:34:21 +0200
committerEugene Sandulenko2017-08-21 16:04:31 +0200
commitf26e36c2e47e562ff4b2a1b8d50303a730be71e5 (patch)
tree175b213c56b220ca34deb7b0fb7afab9ef974a0d /engines/scumm/detection_tables.h
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
Diffstat (limited to 'engines/scumm/detection_tables.h')
-rw-r--r--engines/scumm/detection_tables.h1
1 files changed, 1 insertions, 0 deletions
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 },