diff options
author | Le Philousophe | 2019-10-12 10:41:42 +0200 |
---|---|---|
committer | Le Philousophe | 2019-10-13 09:22:04 +0200 |
commit | 52fb3ba4d65a338b2d2fb2e746106b8251a91e4b (patch) | |
tree | dbedd5ecfefb998c906a632d89d7052f4221fe81 /engines/cryomni3d | |
parent | 039d2bc6fcdd40fded68b5b6b14f9a14977b0c5f (diff) | |
download | scummvm-rg350-52fb3ba4d65a338b2d2fb2e746106b8251a91e4b.tar.gz scummvm-rg350-52fb3ba4d65a338b2d2fb2e746106b8251a91e4b.tar.bz2 scummvm-rg350-52fb3ba4d65a338b2d2fb2e746106b8251a91e4b.zip |
CRYOMNI3D: More precise support for Versailles French DVD
Old font set should work too as files are present
Diffstat (limited to 'engines/cryomni3d')
-rw-r--r-- | engines/cryomni3d/detection_tables.h | 19 |
1 files changed, 18 insertions, 1 deletions
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 @@ -94,6 +94,23 @@ static const CryOmni3DGameDescription gameDescriptions[] = { }, // 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 |