diff options
author | Filippos Karapetis | 2016-01-13 03:44:04 +0200 |
---|---|---|
committer | Filippos Karapetis | 2016-01-13 03:44:04 +0200 |
commit | 030dd7aaf90e3dd386257de2d4d479bd8e223fe9 (patch) | |
tree | 0cb2727d9135ae8c1dd8dce6e09e158abf495f80 | |
parent | cb5db404c005e9ce982bee2a7abccad3ba043dc4 (diff) | |
download | scummvm-rg350-030dd7aaf90e3dd386257de2d4d479bd8e223fe9.tar.gz scummvm-rg350-030dd7aaf90e3dd386257de2d4d479bd8e223fe9.tar.bz2 scummvm-rg350-030dd7aaf90e3dd386257de2d4d479bd8e223fe9.zip |
MOHAWK: Add detection for the Italian version of Myst (bug #6895)
-rw-r--r-- | engines/mohawk/detection_tables.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 69b2d20f8e..0841397d20 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -114,6 +114,24 @@ static const MohawkGameDescription gameDescriptions[] = { }, // Myst + // Italian Windows ? + // From jvprat + { + { + "myst", + "", + AD_ENTRY1("MYST.DAT", "a5795ce1751fc42525e4f9a1859181d5"), + Common::IT_ITA, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO1(GUIO_NOASPECT) + }, + GType_MYST, + 0, + 0, + }, + + // Myst // Japanese Windows 3.11 // From clone2727 { |