diff options
author | Bastien Bouclet | 2016-07-10 17:09:27 +0200 |
---|---|---|
committer | Bastien Bouclet | 2016-07-10 22:01:02 +0200 |
commit | 792548f28fd0529077f01a56a026892dfcdcb7b0 (patch) | |
tree | 2b8663f21eb368e906ddaae1edffb0089922196b /engines | |
parent | c06e347d90687c4549b18f158f087af878cc4636 (diff) | |
download | scummvm-rg350-792548f28fd0529077f01a56a026892dfcdcb7b0.tar.gz scummvm-rg350-792548f28fd0529077f01a56a026892dfcdcb7b0.tar.bz2 scummvm-rg350-792548f28fd0529077f01a56a026892dfcdcb7b0.zip |
MOHAWK: The French DVD version of Riven is just a repackaged CD version
Diffstat (limited to 'engines')
-rw-r--r-- | engines/mohawk/detection_tables.h | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index e3eab89a34..d9aba26ca3 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -337,6 +337,24 @@ static const MohawkGameDescription gameDescriptions[] = { }, // Riven: The Sequel to Myst + // Version 1.0 (5CD), 1.02 (DVD, From "Myst: La Trilogie") + // From gamin + { + { + "riven", + "", + AD_ENTRY1("a_Data.MHK", "aff2a384aaa9a0e0ec51010f708c5c04"), + Common::FR_FRA, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO1(GUIO_NOASPECT) + }, + GType_RIVEN, + 0, + 0, + }, + + // Riven: The Sequel to Myst // Version 1.0 (5CD) - Italian // From dodomorandi on bug #6629 { @@ -425,24 +443,6 @@ static const MohawkGameDescription gameDescriptions[] = { }, // 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_UNSTABLE, - GUIO1(GUIO_NOASPECT) - }, - GType_RIVEN, - GF_DVD, - 0, - }, - - // Riven: The Sequel to Myst // Version 1.02 (DVD, From "Myst: Antologia") // From pykman { |