From 339abc781c09cec263a67e886ab4305368f7bfb5 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 7 Jan 2015 23:40:30 +0200 Subject: ZVISION: Add detection for the French version of Zork: Nemesis --- engines/zvision/detection.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'engines/zvision') diff --git a/engines/zvision/detection.cpp b/engines/zvision/detection.cpp index 5792377f8e..66152403cf 100644 --- a/engines/zvision/detection.cpp +++ b/engines/zvision/detection.cpp @@ -77,6 +77,20 @@ static const ZVisionGameDescription gameDescriptions[] = { GID_NEMESIS }, + { + // Zork Nemesis French version + { + "znemesis", + 0, + AD_ENTRY1s("CSCR.ZFS", "f04113357b4748c13efcb58b4629887c", 2577873), + Common::FR_FRA, + Common::kPlatformDOS, + ADGF_NO_FLAGS, + GUIO4(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_DOUBLE_FPS, GAMEOPTION_ENABLE_VENUS, GAMEOPTION_DISABLE_ANIM_WHILE_TURNING) + }, + GID_NEMESIS + }, + { // Zork Nemesis English demo version { -- cgit v1.2.3