diff options
Diffstat (limited to 'engines')
-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 c1592ff5a4..b69eee000a 100644 --- a/engines/zvision/detection.cpp +++ b/engines/zvision/detection.cpp @@ -168,6 +168,20 @@ static const ZVisionGameDescription gameDescriptions[] = { }, { + // Zork Grand Inquisitor Spanish CD version, reported by dianiu in bug #6764 + { + "zgi", + "CD", + AD_ENTRY1s("SCRIPTS.ZFS", "5cdc4b99c1134053af135aae71326fd1", 8338141), + Common::ES_ESP, + 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", |