From ad4a3908152fc41a7e067872f4668f0cf975d087 Mon Sep 17 00:00:00 2001 From: Fabio Battaglia Date: Tue, 23 Feb 2010 13:41:08 +0000 Subject: SCI: add Gabriel Knight 1 French DOS CD detection entry svn-id: r48115 --- engines/sci/detection_tables.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines/sci/detection_tables.h') 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", { -- cgit v1.2.3