diff options
author | Travis Howell | 2007-06-08 10:46:40 +0000 |
---|---|---|
committer | Travis Howell | 2007-06-08 10:46:40 +0000 |
commit | a816397cd174c518937567f8076bbcecdce7d91c (patch) | |
tree | 591e20e88d9d80221bed88089f47d3f5c633c5c7 /engines | |
parent | 95fe36a8284f51855c3210695159965d283fc14c (diff) | |
download | scummvm-rg350-a816397cd174c518937567f8076bbcecdce7d91c.tar.gz scummvm-rg350-a816397cd174c518937567f8076bbcecdce7d91c.tar.bz2 scummvm-rg350-a816397cd174c518937567f8076bbcecdce7d91c.zip |
Add prefixes used by Hebrew Windows verison of Freddi Fish 3 and Pajama Sam 2 demos.
svn-id: r27198
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/detection_tables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h index 010f60d296..90e5ed80a7 100644 --- a/engines/scumm/detection_tables.h +++ b/engines/scumm/detection_tables.h @@ -571,6 +571,7 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "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", "FF3DEMO", kGenHEPC, Common::HB_ISR, UNK, 0 }, { "freddi3", "Freddi 3", kGenHEMac, Common::NL_NLD, Common::kPlatformMacintosh, 0 }, { "freddi3", "Freddi Fish 3", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "freddi3", "FreddiFGT", kGenHEPC, Common::DE_DEU, UNK, 0 }, @@ -660,6 +661,7 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "pajama2", "pj2demo", kGenHEPC, UNK_LANG, UNK, 0 }, { "pajama2", "Pjs2demo", kGenHEPC, UNK_LANG, UNK, 0 }, { "pajama2", "PJ2 Demo", kGenHEMac, Common::NL_NLD, Common::kPlatformMacintosh, 0 }, + { "pajama2", "PS2DEMO", kGenHEPC, Common::HB_ISR, UNK, 0 }, { "pajama3", "pajama3", kGenHEPC, UNK_LANG, UNK, 0 }, { "pajama3", "FPJ3Demo", kGenHEPC, Common::FR_FRA, UNK, 0 }, |