diff options
author | Travis Howell | 2006-05-08 04:11:21 +0000 |
---|---|---|
committer | Travis Howell | 2006-05-08 04:11:21 +0000 |
commit | e2c058551b4424d010d2c36dee1685e4b0946f92 (patch) | |
tree | e8c8af4b5e763396adc9bd9065a375606942be36 /engines/scumm | |
parent | b20966b92b8333f66da4b964c032c730ef762273 (diff) | |
download | scummvm-rg350-e2c058551b4424d010d2c36dee1685e4b0946f92.tar.gz scummvm-rg350-e2c058551b4424d010d2c36dee1685e4b0946f92.tar.bz2 scummvm-rg350-e2c058551b4424d010d2c36dee1685e4b0946f92.zip |
Add missing file details for HE games
svn-id: r22381
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/plugin.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/scumm/plugin.cpp b/engines/scumm/plugin.cpp index cba5b77005..7fcf231d09 100644 --- a/engines/scumm/plugin.cpp +++ b/engines/scumm/plugin.cpp @@ -486,6 +486,9 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "airport", "Airport Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "airport", "The AirPort", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, + { "artdemo", "artdemo", kGenHEPC, UNK_LANG, UNK, 0 }, + { "artdemo", "Blues-ArtTime Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, + { "balloon", "balloon", kGenHEPC, UNK_LANG, UNK, 0 }, { "balloon", "Balloon-O-Rama", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, @@ -508,6 +511,9 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "bluesabctime", "BluesABCTimeDemo", kGenHEPC, UNK_LANG, UNK, 0 }, { "bluesabctime", "BluesABCTimeDemo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, + { "BluesBirthdayDemo", "BluesBirthdayDemo", kGenHEPC, UNK_LANG, UNK, 0 }, + { "BluesBirthdayDemo", "BluesBirthdayDemo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, + { "catalog", "catalog", kGenHEPC, UNK_LANG, UNK, 0 }, { "catalog", "catalog2", kGenHEPC, UNK_LANG, UNK, 0 }, @@ -673,12 +679,17 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "puttzoo", "zoodemo", kGenHEPC, UNK_LANG, UNK, 0 }, { "puttzoo", "Zoo Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, + { "readdemo", "readDemo", kGenHEPC, UNK_LANG, UNK, 0 }, + { "readdemo", "Blues-ReadingTime Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, + { "SamsFunShop", "SamsFunShop", kGenHEPC, UNK_LANG, UNK, 0 }, { "SamsFunShop", "Sam's FunShop", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "soccer", "soccer", kGenHEPC, UNK_LANG, UNK, 0 }, { "soccer", "Soccer", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, + { "SoccerMLS", "SoccerMLS", kGenHEPC, UNK_LANG, UNK, 0 }, + { "Soccer2004", "Soccer2004", kGenHEPC, UNK_LANG, UNK, 0 }, { "Soccer2004", "Soccer 2004", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, |