aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/detection_tables.h
diff options
context:
space:
mode:
authorBen Castricum2012-01-08 17:52:21 +0100
committerBen Castricum2012-01-08 17:52:21 +0100
commitb6bc7476725919d0893f083e5c3c1f2a7f387787 (patch)
treec5526f462ef2836aa1b1c3df9f7969e87d1f6fca /engines/scumm/detection_tables.h
parente3b93672d54c59c036c0e87ec2f5aac2ad397cc2 (diff)
downloadscummvm-rg350-b6bc7476725919d0893f083e5c3c1f2a7f387787.tar.gz
scummvm-rg350-b6bc7476725919d0893f083e5c3c1f2a7f387787.tar.bz2
scummvm-rg350-b6bc7476725919d0893f083e5c3c1f2a7f387787.zip
SCUMM: Add support for 2 freddi3 Mac/Dutch demos
Diffstat (limited to 'engines/scumm/detection_tables.h')
-rw-r--r--engines/scumm/detection_tables.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h
index ff388fe931..d31edcff8b 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -660,7 +660,9 @@ static const GameFilenamePattern gameFilenamesTable[] = {
{ "freddi3", "freddi3", kGenHEPC, UNK_LANG, UNK, 0 },
{ "freddi3", "F3-Mdemo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
{ "freddi3", "f3-mdemo", kGenHEPC, UNK_LANG, UNK, 0 },
- { "freddi3", "FF3-DEMO", kGenHEPC, UNK_LANG, UNK, 0 },
+ { "freddi3", "FF3 Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
+ { "freddi3", "FF3-demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
+ { "freddi3", "FF3-DEMO", kGenHEPC, UNK_LANG, Common::kPlatformWindows, 0 },
{ "freddi3", "FF3DEMO", kGenHEPC, Common::HE_ISR, UNK, 0 },
{ "freddi3", "Freddi 3", kGenHEMac, Common::NL_NLD, Common::kPlatformMacintosh, 0 },
{ "freddi3", "Freddi Fish 3", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },