diff options
author | Filippos Karapetis | 2015-01-07 23:40:30 +0200 |
---|---|---|
committer | Filippos Karapetis | 2015-01-07 23:49:12 +0200 |
commit | 339abc781c09cec263a67e886ab4305368f7bfb5 (patch) | |
tree | 599c491d879e82bbe2fe438ffacb68c466748831 | |
parent | 1124d1db316c8b1bd67bcb00520b3a55d99d5cf4 (diff) | |
download | scummvm-rg350-339abc781c09cec263a67e886ab4305368f7bfb5.tar.gz scummvm-rg350-339abc781c09cec263a67e886ab4305368f7bfb5.tar.bz2 scummvm-rg350-339abc781c09cec263a67e886ab4305368f7bfb5.zip |
ZVISION: Add detection for the French version of Zork: Nemesis
-rw-r--r-- | engines/zvision/detection.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ -78,6 +78,20 @@ static const ZVisionGameDescription gameDescriptions[] = { }, { + // 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 { "znemesis", |