mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 11:45:21 +00:00
SCUMM: Add old variant PRCA to detection
This is needed to ensure that correct encoding is selected
This commit is contained in:
parent
3c86211040
commit
03ee842db9
@ -146,6 +146,7 @@ indy3 Indiana Jones and the Last Crusade
|
||||
399b217b0c8d65d0398076da486363a9 6295 de DOS VGA VGA VGA v1.02 from 7 Nov 91 Peter Eckerlein, Fingolfin
|
||||
17b5d5e6af4ae89d62631641d66d5a05 -1 it DOS VGA VGA IBM 256 color v2.1 from 3 May 01 Andrea Petrucci, Peter Eckerlein
|
||||
3cce1913a3bc586b51a75c3892ff18dd -1 ru DOS VGA VGA VGA
|
||||
60f4faa74d802b700f6748bf136e5361 6295 ru DOS VGA VGA VGA
|
||||
|
||||
04687cdf7f975a89d2474929f7b80946 7552 en FM-TOWNS FM-TOWNS - v1.00 1/23/91 Fingolfin
|
||||
3a0c35f3c147b98a2bdf8d400cfc4ab5 -1 jp FM-TOWNS FM-TOWNS - - Paul Priest, Andrea Petrucci
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
This file was generated by the md5table tool on Sat Dec 5 18:22:51 2020
|
||||
This file was generated by the md5table tool on Mon Dec 7 02:51:32 2020
|
||||
DO NOT EDIT MANUALLY!
|
||||
*/
|
||||
|
||||
@ -292,6 +292,7 @@ static const MD5Table md5table[] = {
|
||||
{ "6027e9ca9c35746d95dee2068cec17e5", "zak", "V2", "V2", -1, Common::DE_DEU, Common::kPlatformAmiga },
|
||||
{ "60ba818dc3bede86d40357e3913f8505", "ft", "", "Version B", 19697, Common::EN_ANY, Common::kPlatformUnknown },
|
||||
{ "60c7b33000059b44465b2ce104a52285", "monkey", "CD", "CD", -1, Common::KO_KOR, Common::kPlatformDOS },
|
||||
{ "60f4faa74d802b700f6748bf136e5361", "indy3", "VGA", "VGA", 6295, Common::RU_RUS, Common::kPlatformDOS },
|
||||
{ "613f64f78ea26c7353b2a5940eb61d6a", "zak", "V2", "V2", -1, Common::FR_FRA, Common::kPlatformAtariST },
|
||||
{ "62050da376483d8edcbd98cd26b6cb57", "puttrace", "HE 99", "", -1, Common::RU_RUS, Common::kPlatformWindows },
|
||||
{ "624cdb93654667c869d204a64af7e57f", "maniac", "V2", "V2", 1988, Common::EN_ANY, Common::kPlatformDOS },
|
||||
|
Loading…
Reference in New Issue
Block a user