aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Bouclet2015-01-13 15:47:30 +0100
committerBastien Bouclet2015-01-13 15:47:30 +0100
commit4b1cec62473c821cf0701a46f3989ff3c82990b9 (patch)
tree38d813f2d18b9ce106a54e8a7936caf4390b8ad6
parent1b829b95b42e1123c8079e8d7628307ba5a9103f (diff)
downloadscummvm-rg350-4b1cec62473c821cf0701a46f3989ff3c82990b9.tar.gz
scummvm-rg350-4b1cec62473c821cf0701a46f3989ff3c82990b9.tar.bz2
scummvm-rg350-4b1cec62473c821cf0701a46f3989ff3c82990b9.zip
ZVISION: Add detection for the French version of ZGI
-rw-r--r--engines/zvision/detection.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/zvision/detection.cpp b/engines/zvision/detection.cpp
index 545ebe35d4..82150a6489 100644
--- a/engines/zvision/detection.cpp
+++ b/engines/zvision/detection.cpp
@@ -140,6 +140,20 @@ static const ZVisionGameDescription gameDescriptions[] = {
},
{
+ // Zork Grand Inquisitor French CD version, reported by ulrichh on IRC
+ {
+ "zgi",
+ "CD",
+ AD_ENTRY1s("SCRIPTS.ZFS", "4d1ec4ade7ecc9ee9ec591d43ca3d213", 8338133),
+ Common::FR_FRA,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO3(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_DOUBLE_FPS, GAMEOPTION_DISABLE_ANIM_WHILE_TURNING)
+ },
+ GID_GRANDINQUISITOR
+ },
+
+ {
// Zork Grand Inquisitor English DVD version
{
"zgi",