diff options
author | D G Turner | 2018-10-19 13:59:26 +0100 |
---|---|---|
committer | D G Turner | 2018-10-19 13:59:26 +0100 |
commit | 1e5f34c02789eb2a3bda87d122ff1ce26811e67b (patch) | |
tree | b58f42f1c0094fef44d15cf6e7e4a5922422d3d4 /engines | |
parent | 4f077f2b5a747dc2794060bf486c79b6d7eb0030 (diff) | |
download | scummvm-rg350-1e5f34c02789eb2a3bda87d122ff1ce26811e67b.tar.gz scummvm-rg350-1e5f34c02789eb2a3bda87d122ff1ce26811e67b.tar.bz2 scummvm-rg350-1e5f34c02789eb2a3bda87d122ff1ce26811e67b.zip |
SCI32: Remove Invalid Windows Variant of Spanish GK1CD.
The English version has both DOS and Windows datafile versions,
but localized variants of GK1 are DOS only, so this is not a valid
entry.
This entry has duplicate detection checksums to the equivalent
DOS entry and was originally added as a workaround which should now not
be necessary.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 43b7c8c3d3..19331932e7 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -822,14 +822,6 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::FR_FRA, Common::kPlatformDOS, ADGF_CD, GUIO_GK1_CD_DOS }, - // Gabriel Knight - Spanish Windows CD (from jvprat) - // Executable scanning reports "2.000.000", VERSION file reports "1.000.000, April 13, 1995" - {"gk1", "CD", { - {"resource.map", 0, "7cb6e9bba15b544ec7a635c45bde9953", 11404}, - {"resource.000", 0, "091cf08910780feabc56f8551b09cb36", 13381599}, - AD_LISTEND}, - Common::ES_ESP, Common::kPlatformWindows, ADGF_CD, GUIO_GK1_CD_WIN }, - // Gabriel Knight - English Macintosh (Floppy!) // This version is hi-res ONLY, so it should NOT get GAMEOPTION_HIGH_RESOLUTION_GRAPHICS // (which is meant for enforcing hi-res graphics), but instead hi-res mode should be enabled all the time. |