mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 17:03:05 +00:00
SCUMM: Recognize Mac version of dutch putttime demo
This commit is contained in:
parent
e750c9a0b9
commit
7a82f513a3
@ -787,7 +787,7 @@ PuttTime Putt-Putt Travels Through Time
|
||||
4e5867848ee61bc30d157e2c94eee9b4 18394 us All HE 90 Demo - khalek, sev
|
||||
59d5cfcc5e672a6e07baae01328b918b -1 fr All HE 90 Demo - Kirben
|
||||
fbb697d89d2beca87360a145f467bdae -1 de All HE 90 Demo - Joachim Eberhard
|
||||
6b19d0e25cbf720d05822379b8b90ed9 -1 nl Windows HE 90 Demo - adutchguy
|
||||
6b19d0e25cbf720d05822379b8b90ed9 -1 nl All HE 90 Demo - adutchguy
|
||||
0a6d7b81b850ed4a77811c60c9b5c555 -1 us Windows HE 99 Mini Game - eriktorbjorn
|
||||
0ab19be9e2a3f6938226638b2a3744fe -1 us All HE 100 Demo - khalek
|
||||
|
||||
|
@ -810,7 +810,8 @@ static const GameFilenamePattern gameFilenamesTable[] = {
|
||||
{ "putttime", "Putt Time", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
|
||||
{ "putttime", "PuttTTT", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
|
||||
{ "putttime", "PuttTTT", kGenHEPC, UNK_LANG, UNK, 0 },
|
||||
{ "putttime", "TIJDDEMO", kGenHEPC, UNK_LANG, UNK, 0 },
|
||||
{ "putttime", "TIJDDEMO", kGenHEPC, Common::NL_NLD, Common::kPlatformWindows, 0 },
|
||||
{ "putttime", "TijdDemo", kGenHEMac, Common::NL_NLD, Common::kPlatformMacintosh, 0 },
|
||||
{ "putttime", "timedemo", kGenHEPC, UNK_LANG, UNK, 0 },
|
||||
{ "putttime", "TimeDemo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
|
||||
{ "putttime", "TEMPDEMO", kGenHEPC, Common::FR_FRA, UNK, 0 },
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
This file was generated by the md5table tool on Sun Jan 8 16:38:51 2012
|
||||
This file was generated by the md5table tool on Sun Jan 8 18:57:45 2012
|
||||
DO NOT EDIT MANUALLY!
|
||||
*/
|
||||
|
||||
@ -292,7 +292,7 @@ static const MD5Table md5table[] = {
|
||||
{ "6a30a07f353a75cdc602db27d73e1b42", "puttputt", "HE 70", "", -1, Common::EN_ANY, Common::kPlatformWindows },
|
||||
{ "6a60d395b78b205c93a956100b1bf5ae", "pajama2", "HE 98.5", "", -1, Common::DE_DEU, Common::kPlatformUnknown },
|
||||
{ "6af2419fe3db5c2fdb091ae4e5833770", "puttrace", "HE 98.5", "Demo", -1, Common::NL_NLD, Common::kPlatformUnknown },
|
||||
{ "6b19d0e25cbf720d05822379b8b90ed9", "PuttTime", "HE 90", "Demo", -1, Common::NL_NLD, Common::kPlatformWindows },
|
||||
{ "6b19d0e25cbf720d05822379b8b90ed9", "PuttTime", "HE 90", "Demo", -1, Common::NL_NLD, Common::kPlatformUnknown },
|
||||
{ "6b257bb2827dd894b8109a50a1a18b5a", "freddicove", "HE 100", "Demo", -1, Common::NL_NLD, Common::kPlatformUnknown },
|
||||
{ "6b27dbcd8d5697d5c918eeca0f68ef6a", "puttrace", "HE CUP", "Preview", 3901484, Common::UNK_LANG, Common::kPlatformUnknown },
|
||||
{ "6b3ec67da214f558dc5ceaa2acd47453", "indy3", "EGA", "EGA", -1, Common::EN_ANY, Common::kPlatformPC },
|
||||
|
Loading…
x
Reference in New Issue
Block a user