mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 03:56:20 +00:00
Add patch #3463338 - Detect Macintosh demo of Pajama Sam 1.
This commit is contained in:
parent
4a1c516b98
commit
3241d34a32
@ -632,7 +632,7 @@ pajama Pajama Sam 1: No Need to Hide When It's Dark Outside
|
||||
|
||||
f237bf8a5ef9af78b2a6a4f3901da341 18354 en All - Demo - khalek, sev
|
||||
7f945525abcd48015adf1632637a44a1 -1 fr All - Demo - Kirben
|
||||
0305e850382b812fec6e5998ef88a966 -1 nl Windows - Demo - adutchguy
|
||||
0305e850382b812fec6e5998ef88a966 -1 nl All - Demo - adutchguy
|
||||
87df3e0074624040407764b7c5e710b9 18354 nl Windows - Demo - George Kormendi
|
||||
d7ab7cd6105546016e6a0d46fb36b964 -1 en All HE 100 Demo - khalek
|
||||
|
||||
|
@ -717,6 +717,7 @@ static const GameFilenamePattern gameFilenamesTable[] = {
|
||||
{ "pajama", "Pajama Sam", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
|
||||
{ "pajama", "PajamaNHD", kGenHEPC, UNK_LANG, UNK, 0 },
|
||||
{ "pajama", "PJS-DEMO", kGenHEPC, UNK_LANG, UNK, 0 },
|
||||
{ "pajama", "PJS-DEMO", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
|
||||
{ "pajama", "pjsam", kGenHEPC, UNK_LANG, UNK, 0 },
|
||||
{ "pajama", "PjSamDemo", kGenHEPC, UNK_LANG, UNK, 0 },
|
||||
{ "pajama", "PYJAMA", kGenHEPC, Common::DE_DEU, UNK, 0 },
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
This file was generated by the md5table tool on Mon Nov 28 01:09:07 2011
|
||||
This file was generated by the md5table tool on Thu Dec 22 23:21:30 2011
|
||||
DO NOT EDIT MANUALLY!
|
||||
*/
|
||||
|
||||
@ -16,7 +16,7 @@ struct MD5Table {
|
||||
static const MD5Table md5table[] = {
|
||||
{ "008e76ec3ae58d0add637ea7aa299a2c", "freddi3", "", "", -1, Common::FR_FRA, Common::kPlatformMacintosh },
|
||||
{ "02cae0e7ff8504f73618391873d5781a", "freddi3", "HE 98.5", "", -1, Common::DE_DEU, Common::kPlatformWindows },
|
||||
{ "0305e850382b812fec6e5998ef88a966", "pajama", "", "Demo", -1, Common::NL_NLD, Common::kPlatformWindows },
|
||||
{ "0305e850382b812fec6e5998ef88a966", "pajama", "", "Demo", -1, Common::NL_NLD, Common::kPlatformUnknown },
|
||||
{ "035deab53b47bc43abc763560d0f8d4b", "atlantis", "Floppy", "Demo", -1, Common::EN_ANY, Common::kPlatformPC },
|
||||
{ "037385a953789190298494d92b89b3d0", "catalog", "HE 72", "Demo", -1, Common::EN_ANY, Common::kPlatformWindows },
|
||||
{ "03d3b18ee3fd68114e2a687c871e38d5", "freddi4", "HE 99", "Mini Game", -1, Common::EN_USA, Common::kPlatformWindows },
|
||||
|
Loading…
Reference in New Issue
Block a user