mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-12 11:43:00 +00:00
SCUMM: Fix/improve detection of the French CD version of DOTT
I own two original CDs here which confirm that this is the CD version with full voices, and TENTACLE.000 is indeed 7,932 bytes long there too.
This commit is contained in:
parent
3b4c750b70
commit
0cf8a4e31d
@ -329,7 +329,7 @@ tentacle Day of the Tentacle
|
||||
ae94f110a14ce71fc515d5b648827a8f -1 es DOS Floppy Floppy - abnog, Andrea Petrucci
|
||||
|
||||
4167a92a1d46baa4f4127d918d561f88 7932 en All? - CD - Fingolfin
|
||||
8aa05d3cdb0e795436043f0546af2da2 -1 fr All? - CD? - Andrea Petrucci
|
||||
8aa05d3cdb0e795436043f0546af2da2 7932 fr All? - CD - Andrea Petrucci
|
||||
6e959d65358eedf9b68b81e304b97fa4 7932 de All? - CD - Fingolfin
|
||||
4fbbe9f64b8bc547503a379a301183ce -1 it All? - CD - Andrea Petrucci
|
||||
883af4b0af4f77a92f1dcf1d0a283140 -1 es All? - CD - Andrea Petrucci
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
This file was generated by the md5table tool on Wed Apr 20 11:48:52 2022
|
||||
This file was generated by the md5table tool on Fri Apr 29 22:11:51 2022
|
||||
DO NOT EDIT MANUALLY!
|
||||
*/
|
||||
|
||||
@ -427,7 +427,7 @@ static const MD5Table md5table[] = {
|
||||
{ "898eaa21f79cf8d4f08db856244689ff", "pajama", "HE 99", "Updated", 66505, Common::EN_ANY, Common::kPlatformWindows },
|
||||
{ "89cfc425566003ff74b7dc7b3e6fd469", "indy3", "EGA", "EGA", -1, Common::FR_FRA, Common::kPlatformDOS },
|
||||
{ "8a484262363a8e18be87112454f1456b", "pjgames", "", "", 29290, Common::EN_USA, Common::kPlatformUnknown },
|
||||
{ "8aa05d3cdb0e795436043f0546af2da2", "tentacle", "", "CD?", -1, Common::FR_FRA, Common::kPlatformUnknown },
|
||||
{ "8aa05d3cdb0e795436043f0546af2da2", "tentacle", "", "CD", 7932, Common::FR_FRA, Common::kPlatformUnknown },
|
||||
{ "8aed489aba45d2b9fb8a04079c9c6e6a", "baseball", "HE CUP", "Preview", 12876596, Common::UNK_LANG, Common::kPlatformUnknown },
|
||||
{ "8afb3cf9f95abf208358e984f0c9e738", "funpack", "", "", -1, Common::EN_ANY, Common::kPlatform3DO },
|
||||
{ "8bdb0bf87b5e303dd35693afb9351215", "ft", "", "", -1, Common::DE_DEU, Common::kPlatformUnknown },
|
||||
|
Loading…
x
Reference in New Issue
Block a user