From 52fb3ba4d65a338b2d2fb2e746106b8251a91e4b Mon Sep 17 00:00:00 2001 From: Le Philousophe Date: Sat, 12 Oct 2019 10:41:42 +0200 Subject: CRYOMNI3D: More precise support for Versailles French DVD Old font set should work too as files are present --- engines/cryomni3d/detection_tables.h | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/cryomni3d/detection_tables.h b/engines/cryomni3d/detection_tables.h index a4877a7335..7bb152d7b2 100644 --- a/engines/cryomni3d/detection_tables.h +++ b/engines/cryomni3d/detection_tables.h @@ -93,6 +93,23 @@ static const CryOmni3DGameDescription gameDescriptions[] = { GF_VERSAILLES_FONTS_SET_B | GF_VERSAILLES_AUDIOPADDING_YES, }, + // Versailles 1685 + // French Windows from DVD + // From Uka in forum + { + { + "versailles", + "", + AD_ENTRY1s("Versaill.exe", "09b4734ce473e4cb78738677ce39f536", 346624), + Common::FR_FRA, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUI_OPTIONS_VERSAILLES + }, + GType_VERSAILLES, + GF_VERSAILLES_FONTS_NUMERIC | GF_VERSAILLES_AUDIOPADDING_YES, + }, + // Versailles 1685 // French Windows compressed from DVD // From Uka in forum @@ -107,7 +124,7 @@ static const CryOmni3DGameDescription gameDescriptions[] = { GUI_OPTIONS_VERSAILLES }, GType_VERSAILLES, - GF_VERSAILLES_FONTS_SET_B | GF_VERSAILLES_AUDIOPADDING_YES, + GF_VERSAILLES_FONTS_NUMERIC | GF_VERSAILLES_AUDIOPADDING_YES, }, // Versailles 1685 -- cgit v1.2.3