From 3718ea7809414efac6d080014174d97deaa3f25e Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 23 Oct 2016 19:13:28 +0200 Subject: MOHAWK: Add detection for Japanese Riven --- engines/mohawk/detection_tables.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 -- cgit v1.2.3