aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/detection_tables.h
diff options
context:
space:
mode:
authorKirben2013-04-06 08:10:28 +1100
committerKirben2013-04-06 08:10:28 +1100
commit7e290c963fc18018ca16539061015d0082faea78 (patch)
treecee060dae5c3be5d8ceeefe29f7e05174fface0d /engines/scumm/detection_tables.h
parent841b6ca540f4d24a99302c873dc37aee374c4d7b (diff)
downloadscummvm-rg350-7e290c963fc18018ca16539061015d0082faea78.tar.gz
scummvm-rg350-7e290c963fc18018ca16539061015d0082faea78.tar.bz2
scummvm-rg350-7e290c963fc18018ca16539061015d0082faea78.zip
SCUMM: Add Italian Windows version of Freddi Fish 4.
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 3120017db6..9f6206439d 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -705,6 +705,7 @@ static const GameFilenamePattern gameFilenamesTable[] = {
{ "freddi4", "FF4 demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
{ "freddi4", "Freddi 4", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
{ "freddi4", "Freddi 4 Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
+ { "freddi4", "FreddiCMP", kGenHEPC, Common::IT_ITA, Common::kPlatformWindows, 0 },
{ "freddi4", "FreddiGS", kGenHEPC, Common::DE_DEU, UNK, 0 },
{ "freddi4", "FreddiGS", kGenHEMac, Common::DE_DEU, Common::kPlatformMacintosh, 0 },
{ "freddi4", "FreddiHRBG", kGenHEPC, Common::EN_GRB, UNK, 0 },