diff options
author | Eugene Sandulenko | 2016-10-23 19:13:28 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-10-23 19:13:28 +0200 |
commit | 3718ea7809414efac6d080014174d97deaa3f25e (patch) | |
tree | 07f8abc11ade4ff0c56d1a9e20deb821c980c2cc /engines | |
parent | 74b3b45c61a41300c2e84201f813817eada27351 (diff) | |
download | scummvm-rg350-3718ea7809414efac6d080014174d97deaa3f25e.tar.gz scummvm-rg350-3718ea7809414efac6d080014174d97deaa3f25e.tar.bz2 scummvm-rg350-3718ea7809414efac6d080014174d97deaa3f25e.zip |
MOHAWK: Add detection for Japanese Riven
Diffstat (limited to 'engines')
-rw-r--r-- | engines/mohawk/detection_tables.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 2636cc4434..35d29a02de 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -406,6 +406,25 @@ static const MohawkGameDescription gameDescriptions[] = { 0, }, + + // Riven: The Sequel to Myst + // Version 1.? (5CD) - Japanese + // From sev + { + { + "riven", + "", + AD_ENTRY1s("a_Data.MHK", "3a2b4764979dc007a0e6ded64e4b7889", 10014314), + Common::JA_JPN, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO1(GUIO_NOASPECT) + }, + GType_RIVEN, + 0, + 0, + }, + // Riven: The Sequel to Myst // Version 1.? (DVD, From "Myst 10th Anniversary Edition") // From Clone2727 |