mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 13:13:58 +00:00
Merge pull request #160 from BenCastricum/master
SCUMM: Add detection for Dutch HE demos
This commit is contained in:
commit
b3e44e05a3
@ -835,7 +835,8 @@ spyfox SPY Fox 1: Dry Cereal
|
||||
fbdd947d21e8f5bac6d6f7a316af1c5a 15693 en All - Demo - sev
|
||||
ba888e6831517597859e91aa173f945c -1 fr All - Demo - Kirben
|
||||
73b8197e236da4bf49adc99fe8f5fa1b -1 de All - Demo - Joachim Eberhard
|
||||
4edbf9d03550f7ba01e7f34d69b678dd -1 nl Windows HE 98.5 Demo - Kirben
|
||||
4edbf9d03550f7ba01e7f34d69b678dd -1 nl All HE 98.5 Demo - Kirben
|
||||
f2ec78e50bdc63b70044e9758be10914 -1 nl Mac HE 98.5 Demo - Ben Castricum
|
||||
9d4ab3e0e1d1ebc6ba8a6a4c470ed184 -1 en All HE 100 Demo - khalek
|
||||
|
||||
spyfox2 SPY Fox 2: Some Assembly Required
|
||||
|
@ -585,7 +585,6 @@ static void detectGames(const Common::FSList &fslist, Common::List<DetectorResul
|
||||
|
||||
// Print some debug info
|
||||
int filesize = tmp->size();
|
||||
if (d.md5Entry->filesize != filesize)
|
||||
debug(1, "SCUMM detector found matching file '%s' with MD5 %s, size %d\n",
|
||||
file.c_str(), md5str.c_str(), filesize);
|
||||
|
||||
|
@ -852,7 +852,7 @@ static const GameFilenamePattern gameFilenamesTable[] = {
|
||||
{ "spyfox", "JAMESDEM", kGenHEPC, Common::FR_FRA, UNK, 0 },
|
||||
{ "spyfox", "renard", kGenHEPC, Common::FR_FRA, UNK, 0 },
|
||||
{ "spyfox", "Spydemo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
|
||||
{ "spyfox", "Spydemo", kGenHEPC, UNK_LANG, UNK, 0 },
|
||||
{ "spyfox", "Spydemo", kGenHEPC, UNK_LANG, Common::kPlatformWindows, 0 },
|
||||
{ "spyfox", "SPYFox", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
|
||||
{ "spyfox", "SPYFoxDC", kGenHEPC, UNK_LANG, UNK, 0 },
|
||||
{ "spyfox", "SPYFoxDC", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
This file was generated by the md5table tool on Thu Dec 22 23:21:30 2011
|
||||
This file was generated by the md5table tool on Sun Jan 1 20:12:16 2012
|
||||
DO NOT EDIT MANUALLY!
|
||||
*/
|
||||
|
||||
@ -211,7 +211,7 @@ static const MD5Table md5table[] = {
|
||||
{ "4dbff3787aedcd96b0b325f2d92d7ad9", "maze", "HE 100", "Updated", -1, Common::EN_USA, Common::kPlatformUnknown },
|
||||
{ "4dc780f1bc587a193ce8a97652791438", "loom", "EGA", "EGA", -1, Common::EN_ANY, Common::kPlatformAmiga },
|
||||
{ "4e5867848ee61bc30d157e2c94eee9b4", "PuttTime", "HE 90", "Demo", 18394, Common::EN_USA, Common::kPlatformUnknown },
|
||||
{ "4edbf9d03550f7ba01e7f34d69b678dd", "spyfox", "HE 98.5", "Demo", -1, Common::NL_NLD, Common::kPlatformWindows },
|
||||
{ "4edbf9d03550f7ba01e7f34d69b678dd", "spyfox", "HE 98.5", "Demo", -1, Common::NL_NLD, Common::kPlatformUnknown },
|
||||
{ "4f04b321a95d4315ce6d65f8e1dd0368", "maze", "HE 80", "", -1, Common::EN_USA, Common::kPlatformUnknown },
|
||||
{ "4f138ac6f9b2ac5a41bc68b2c3296064", "freddi4", "HE 99", "", -1, Common::FR_FRA, Common::kPlatformWindows },
|
||||
{ "4f1d6f8b38343dba405472538b5037ed", "fbear", "HE 62", "", 7717, Common::EN_ANY, Common::kPlatformPC },
|
||||
@ -610,6 +610,7 @@ static const MD5Table md5table[] = {
|
||||
{ "f1b0e0d587b85052de5534a3847e68fe", "water", "HE 99", "Updated", -1, Common::EN_ANY, Common::kPlatformUnknown },
|
||||
{ "f237bf8a5ef9af78b2a6a4f3901da341", "pajama", "", "Demo", 18354, Common::EN_ANY, Common::kPlatformUnknown },
|
||||
{ "f27b1ba0eadaf2a6617b2b58192d1dbf", "samnmax", "Floppy", "Floppy", -1, Common::DE_DEU, Common::kPlatformPC },
|
||||
{ "f2ec78e50bdc63b70044e9758be10914", "spyfox", "HE 98.5", "Demo", -1, Common::NL_NLD, Common::kPlatformMacintosh },
|
||||
{ "f3d55aea441e260e9e9c7d2a187097e0", "puttzoo", "", "Demo", 14337, Common::EN_ANY, Common::kPlatformWindows },
|
||||
{ "f40a7f495f59188ca57a9d1d50301bb6", "puttputt", "HE 60", "Demo", -1, Common::EN_ANY, Common::kPlatformMacintosh },
|
||||
{ "f5228b0cc1c19e6ea8268ba2eeb61f60", "freddi", "HE 73", "Demo", -1, Common::FR_FRA, Common::kPlatformWindows },
|
||||
|
Loading…
x
Reference in New Issue
Block a user