diff options
author | Colin Snover | 2017-09-15 15:06:05 -0500 |
---|---|---|
committer | Colin Snover | 2017-09-15 15:06:46 -0500 |
commit | 2ee73548528c97e71806660d00e272d09a386b84 (patch) | |
tree | e7255023bcdc09cef39f8f19cb72f1457c2763f8 | |
parent | b8af2ca66f3f565ad0d86761d9eac3b69d68c52d (diff) | |
download | scummvm-rg350-2ee73548528c97e71806660d00e272d09a386b84.tar.gz scummvm-rg350-2ee73548528c97e71806660d00e272d09a386b84.tar.bz2 scummvm-rg350-2ee73548528c97e71806660d00e272d09a386b84.zip |
SCI32: Blacklist pirated GOG.com + German GK2
Fixes Trac#9744.
-rw-r--r-- | engines/sci/detection_tables.h | 9 |
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 |