aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/detection_tables.h
diff options
context:
space:
mode:
authorBen Castricum2014-09-22 12:25:59 +0200
committerBen Castricum2014-10-27 16:33:05 +0100
commit1351f6505d6b0d2daf3f5a973b8fd2c6f4ed81e4 (patch)
tree0dd4b26e729d44e85b0610efb34776b8ec6d880e /engines/scumm/detection_tables.h
parent7be3bc7004f0e20475bc32c6c54f0f94d2f8f7a4 (diff)
downloadscummvm-rg350-1351f6505d6b0d2daf3f5a973b8fd2c6f4ed81e4.tar.gz
scummvm-rg350-1351f6505d6b0d2daf3f5a973b8fd2c6f4ed81e4.tar.bz2
scummvm-rg350-1351f6505d6b0d2daf3f5a973b8fd2c6f4ed81e4.zip
SCUMM: freddi1 - Add support for 'FREDDI_ROBO' CD sold with Packard Bell PCs.
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 791963e237..fa1f9154dd 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -680,6 +680,7 @@ static const GameFilenamePattern gameFilenamesTable[] = {
{ "freddi", "Freddi Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
{ "freddi", "Freddi Fish", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
{ "freddi", "FreddiD", kGenHEPC, Common::NL_NLD, UNK, 0 },
+ { "freddi", "FreddiE", kGenHEPC, UNK_LANG, UNK, 0 },
{ "freddi", "Freddi Fisk", kGenHEMac, Common::SE_SWE, Common::kPlatformMacintosh, 0 },
{ "freddi", "FRITZI", kGenHEPC, Common::DE_DEU, UNK, 0 },
{ "freddi", "Marine Malice", kGenHEMac, Common::FR_FRA, Common::kPlatformMacintosh, 0 },