diff options
author | Eugene Sandulenko | 2012-03-25 11:42:44 -0700 |
---|---|---|
committer | Eugene Sandulenko | 2012-03-25 11:42:44 -0700 |
commit | f9c4504ec077c92c3f01666fb52c48de798924c1 (patch) | |
tree | 8808a1fc2159f09a9baf335bc7839a16339a6ec0 /engines/scumm/detection_tables.h | |
parent | fe414c862cff9146fdb84bfd9f68593c1ed5c4b6 (diff) | |
parent | 4e266f466cb219a58572ee658d7146250ab90949 (diff) | |
download | scummvm-rg350-f9c4504ec077c92c3f01666fb52c48de798924c1.tar.gz scummvm-rg350-f9c4504ec077c92c3f01666fb52c48de798924c1.tar.bz2 scummvm-rg350-f9c4504ec077c92c3f01666fb52c48de798924c1.zip |
Merge pull request #214 from BenCastricum/master
SCUMM: More HE games detection fixes
Diffstat (limited to 'engines/scumm/detection_tables.h')
-rw-r--r-- | engines/scumm/detection_tables.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h index 5b222a51b6..e1989d5274 100644 --- a/engines/scumm/detection_tables.h +++ b/engines/scumm/detection_tables.h @@ -696,9 +696,10 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "freddi4", "freddi4", kGenHEPC, UNK_LANG, Common::kPlatformWindows, 0 }, { "freddi4", "Freddi4", kGenHEMac, Common::NL_NLD, Common::kPlatformMacintosh, 0 }, - { "freddi4", "f4-demo", kGenHEPC, UNK_LANG, UNK, 0 }, + { "freddi4", "f4-demo", kGenHEPC, UNK_LANG, Common::kPlatformWindows, 0 }, { "freddi4", "ff4demo", kGenHEPC, UNK_LANG, Common::kPlatformWindows, 0 }, { "freddi4", "Ff4demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, + { "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", "FreddiGS", kGenHEPC, Common::DE_DEU, UNK, 0 }, @@ -730,7 +731,7 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "mustard", "mustard", kGenHEPC, UNK_LANG, UNK, 0 }, { "mustard", "Mustard", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, - { "pajama", "pajama", kGenHEPC, UNK_LANG, UNK, 0 }, + { "pajama", "pajama", kGenHEPC, UNK_LANG, Common::kPlatformWindows, 0 }, { "pajama", "Pyjama Pit", kGenHEMac, Common::DE_DEU, Common::kPlatformMacintosh, 0 }, { "pajama", "Pajama Sam", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "pajama", "PajamaNHD", kGenHEPC, UNK_LANG, UNK, 0 }, @@ -787,7 +788,7 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "puttcircus", "PouceDLC", kGenHEPC, Common::FR_FRA, UNK, 0 }, { "puttcircus", "Putt Circus Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "puttcircus", "Putt Circus", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, - { "puttcircus", "PuttIHC", kGenHEPC, Common::NL_NLD, UNK, 0 }, + { "puttcircus", "PuttIHC", kGenHEPC, Common::NL_NLD, Common::kPlatformWindows, 0 }, { "puttcircus", "PuttPuttIHC", kGenHEMac, Common::NL_NLD, Common::kPlatformMacintosh, 0 }, { "puttcircus", "PuttPuttJTC", kGenHEPC, UNK_LANG, UNK, 0 }, { "puttcircus", "ToffToff", kGenHEPC, Common::DE_DEU, UNK, 0 }, |