From 8666e9564f25d2f0923ac6e23b74d107a17d645e Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Mon, 5 Aug 2019 23:48:34 +0100 Subject: CRYOMNI3D: Add detection for French DOS version from ticket #11035 --- engines/cryomni3d/detection_tables.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'engines/cryomni3d/detection_tables.h') diff --git a/engines/cryomni3d/detection_tables.h b/engines/cryomni3d/detection_tables.h index b9e0eb399f..989332db1b 100644 --- a/engines/cryomni3d/detection_tables.h +++ b/engines/cryomni3d/detection_tables.h @@ -76,6 +76,23 @@ static const CryOmni3DGameDescription gameDescriptions[] = { GF_VERSAILLES_NUMERICFONTS | GF_VERSAILLES_AUDIOPADDING, }, + // Versailles 1685 + // French DOS from hybrid Win95/DOS CD + // From legloutondunet, ticket #11035 + { + { + "versailles", + "", + AD_ENTRY1s("VERSAILL.PGM", "1c992f034f43418a5da2e8ebd0b92620", 598767), + Common::FR_FRA, + Common::kPlatformDOS, + ADGF_TESTING, + GUI_OPTIONS_VERSAILLES + }, + GType_VERSAILLES, + GF_VERSAILLES_AUDIOPADDING, + }, + // Versailles 1685 // French Macintosh // From criezy -- cgit v1.2.3