diff options
author | Fabio Battaglia | 2010-02-23 13:41:08 +0000 |
---|---|---|
committer | Fabio Battaglia | 2010-02-23 13:41:08 +0000 |
commit | ad4a3908152fc41a7e067872f4668f0cf975d087 (patch) | |
tree | bb6f2fc7d265ed32ad9b09c1bc0164d00f0ee236 | |
parent | 7f6c704c25ca4bae5752ece8ea7def3c07abe005 (diff) | |
download | scummvm-rg350-ad4a3908152fc41a7e067872f4668f0cf975d087.tar.gz scummvm-rg350-ad4a3908152fc41a7e067872f4668f0cf975d087.tar.bz2 scummvm-rg350-ad4a3908152fc41a7e067872f4668f0cf975d087.zip |
SCI: add Gabriel Knight 1 French DOS CD detection entry
svn-id: r48115
-rw-r--r-- | engines/sci/detection_tables.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 76631c49dc..d1af3963e0 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -586,6 +586,14 @@ static const struct ADGameDescription SciGameDescriptions[] = { {NULL, 0, NULL, 0}}, Common::ES_ESP, Common::kPlatformPC, 0, GUIO_NONE }, + // Gabriel Knight - French DOS CD (from Hkz) + // VERSION file reports "1.000.000, May 3, 1994" + {"gk1", "CD", { + {"resource.map", 0, "55f909ba93a2515042a08d8a2da8414e", 11392}, + {"resource.000", 0, "091cf08910780feabc56f8551b09cb36", 13325145}, + {NULL, 0, NULL, 0}}, + Common::FR_FRA, Common::kPlatformPC, 0, GUIO_NONE }, + // Gabriel Knight - English Windows CD (from jvprat) // Executable scanning reports "2.000.000", VERSION file reports "01.100.000" {"gk1", "CD", { |