aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection_tables.h
diff options
context:
space:
mode:
authorColin Snover2017-09-15 15:06:05 -0500
committerColin Snover2017-09-15 15:06:46 -0500
commit2ee73548528c97e71806660d00e272d09a386b84 (patch)
treee7255023bcdc09cef39f8f19cb72f1457c2763f8 /engines/sci/detection_tables.h
parentb8af2ca66f3f565ad0d86761d9eac3b69d68c52d (diff)
downloadscummvm-rg350-2ee73548528c97e71806660d00e272d09a386b84.tar.gz
scummvm-rg350-2ee73548528c97e71806660d00e272d09a386b84.tar.bz2
scummvm-rg350-2ee73548528c97e71806660d00e272d09a386b84.zip
SCI32: Blacklist pirated GOG.com + German GK2
Fixes Trac#9744.
Diffstat (limited to 'engines/sci/detection_tables.h')
-rw-r--r--engines/sci/detection_tables.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 202827dcfb..cf92dcba3d 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -934,6 +934,15 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_GK2_MAC },
+ // Gabriel Knight 2 - PIRATED US English GOG.com version with German data
+ // From Trac#9744
+ {"gk2", "", {
+ {"resource.aud", 0, "3812e15c3a187f5b633bde3a4832b2cf", 167630831},
+ {"ressci.000", 0, "a19fc3604c6e5407abcf03d59ee87217", 169500205},
+ {"resmap.000", 0, "e6bab045e2b5eb205e150338e74d8641", 8092},
+ AD_LISTEND},
+ Common::DE_DEU, Common::kPlatformDOS, ADGF_PIRATED, GUIO_GK2 },
+
#undef GUIO_GK2_DEMO
#undef GUIO_GK2
#undef GUIO_GK2_MAC