diff options
author | Ben Castricum | 2014-11-15 13:26:16 +0100 |
---|---|---|
committer | Ben Castricum | 2014-12-03 15:47:26 +0100 |
commit | 2e497bb9f83d0435e88bcd283b636c4e2c9043e3 (patch) | |
tree | e9e5bb6be9a97b83fe0da6cc7906b0fad3375ac0 /engines/scumm | |
parent | e0d008a9ca83cc9f1bfae0d089f90f2c3b39fa0f (diff) | |
download | scummvm-rg350-2e497bb9f83d0435e88bcd283b636c4e2c9043e3.tar.gz scummvm-rg350-2e497bb9f83d0435e88bcd283b636c4e2c9043e3.tar.bz2 scummvm-rg350-2e497bb9f83d0435e88bcd283b636c4e2c9043e3.zip |
SCUMM: farm - Add support for a dutch Macintosh variant.
Found on CD with EAN8714902148334.
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/detection_tables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h index 3f08f17aff..42b5f4ce97 100644 --- a/engines/scumm/detection_tables.h +++ b/engines/scumm/detection_tables.h @@ -664,6 +664,7 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "dog", "Springparadijs", kGenHEMac, Common::NL_NLD, Common::kPlatformMacintosh, 0 }, { "farm", "farm", kGenHEPC, UNK_LANG, UNK, 0 }, + { "farm", "farm", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "farm", "farmdemo", kGenHEPC, UNK_LANG, UNK, 0 }, { "farm", "Farm Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, |