MOHAWK: Add detection for chinese Riven versions

This commit is contained in:
Walter Agazzi 2022-09-27 00:10:50 +02:00
parent 8f744954c3
commit ca4e3195a7

View File

@ -558,6 +558,42 @@ static const MohawkGameDescription gameDescriptions[] = {
0,
},
// Riven: The Sequel to Myst
// Version 1.0 (5CD) - Simplified Chinese
// from einstein95
{
{
"riven",
"",
AD_ENTRY1s("a_Data.MHK", "549dc58da95c1cca286d8a129868fd65", 10291378),
Common::ZH_CHN,
Common::kPlatformWindows,
ADGF_DROPPLATFORM,
GUI_OPTIONS_RIVEN
},
GType_RIVEN,
0,
0,
},
// Riven: The Sequel to Myst
// Version 1.0 (5CD) - Traditional Chinese
// from einstein95
{
{
"riven",
"",
AD_ENTRY1s("a_Data.MHK", "326da4a52a6dfe0c42f94dd4a9779cee", 10654256),
Common::ZH_TWN,
Common::kPlatformWindows,
ADGF_DROPPLATFORM,
GUI_OPTIONS_RIVEN
},
GType_RIVEN,
0,
0,
},
// Riven: The Sequel to Myst
// Version 1.? (DVD, From "Myst 10th Anniversary Edition")
// From Clone2727