mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
Add md5's for Myst ME and Riven DVD French.
svn-id: r49335
This commit is contained in:
parent
3b96e4833e
commit
e13abd77e9
@ -341,6 +341,24 @@ static const MohawkGameDescription gameDescriptions[] = {
|
||||
0,
|
||||
},
|
||||
|
||||
// Myst Masterpiece Edition
|
||||
// French Windows
|
||||
// From gamin (Included in "Myst: La Trilogie")
|
||||
{
|
||||
{
|
||||
"myst",
|
||||
"Masterpiece Edition",
|
||||
AD_ENTRY1("MYST.DAT", "aea81633b2d2ae498f09072fb87263b6"),
|
||||
Common::FR_FRA,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
Common::GUIO_NONE
|
||||
},
|
||||
GType_MYST,
|
||||
GF_ME,
|
||||
0,
|
||||
},
|
||||
|
||||
// Riven: The Sequel to Myst
|
||||
// Version 1.0 (5CD)
|
||||
// From clone2727
|
||||
@ -431,6 +449,24 @@ static const MohawkGameDescription gameDescriptions[] = {
|
||||
0,
|
||||
},
|
||||
|
||||
// Riven: The Sequel to Myst
|
||||
// Version ? (DVD, From "Myst: La Trilogie")
|
||||
// From gamin
|
||||
{
|
||||
{
|
||||
"riven",
|
||||
"",
|
||||
AD_ENTRY1("a_Data.MHK", "aff2a384aaa9a0e0ec51010f708c5c04"),
|
||||
Common::FR_FRA,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
Common::GUIO_NONE
|
||||
},
|
||||
GType_RIVEN,
|
||||
GF_DVD,
|
||||
0,
|
||||
},
|
||||
|
||||
// Riven: The Sequel to Myst
|
||||
// Version ? (Demo, From "Prince of Persia Collector's Edition")
|
||||
// From Clone2727
|
||||
|
Loading…
x
Reference in New Issue
Block a user