diff options
author | Le Philousophe | 2019-10-03 07:09:38 +0200 |
---|---|---|
committer | Le Philousophe | 2019-10-03 09:11:25 +0200 |
commit | e44f3b55c2c7d475562f7ca357e1f7416dcc59b7 (patch) | |
tree | f2ccd3492517dc88a3dfcff5ac4d07509047257d /engines | |
parent | 4c7085b6a8c96e13ced8ee443c891d9dc1f82012 (diff) | |
download | scummvm-rg350-e44f3b55c2c7d475562f7ca357e1f7416dcc59b7.tar.gz scummvm-rg350-e44f3b55c2c7d475562f7ca357e1f7416dcc59b7.tar.bz2 scummvm-rg350-e44f3b55c2c7d475562f7ca357e1f7416dcc59b7.zip |
CRYOMNI3D: Add detections entries for Versailles DVD
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cryomni3d/detection_tables.h | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/engines/cryomni3d/detection_tables.h b/engines/cryomni3d/detection_tables.h index 726253213d..1a148023c7 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 compressed from DVD + // From Uka in forum + { + { + "versailles", + "", + AD_ENTRY1s("PROGRAM.Z", 0, "167ac4d6e60856ee84d7369107d858d4", 230056), + Common::FR_FRA, + Common::kPlatformWindows, + ADGF_TESTING, + GUI_OPTIONS_VERSAILLES + }, + GType_VERSAILLES, + GF_VERSAILLES_FONTS_SET_B | GF_VERSAILLES_AUDIOPADDING_NO, + }, + + // Versailles 1685 // French Macintosh // From criezy { @@ -196,6 +213,23 @@ static const CryOmni3DGameDescription gameDescriptions[] = { }, // Versailles 1685 + // English Windows compressed from DVD + // From Uka in forum + { + { + "versailles", + "", + AD_ENTRY1s("PROGRAM.Z", 0, "daeeb8bce80fe74fe28ecc22b6a97f83", 237679), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_TESTING, + GUI_OPTIONS_VERSAILLES + }, + GType_VERSAILLES, + GF_VERSAILLES_FONTS_NUMERIC | GF_VERSAILLES_AUDIOPADDING_YES, + }, + + // Versailles 1685 // Italian DOS // From lePhilousophe { @@ -213,6 +247,23 @@ static const CryOmni3DGameDescription gameDescriptions[] = { }, // Versailles 1685 + // Italian Windows compressed from DVD + // From Uka in forum + { + { + "versailles", + "", + AD_ENTRY1s("PROGRAM.Z", 0, "8b0dcf71a7eb21b8378add8b16857bae", 237878), + Common::IT_ITA, + Common::kPlatformWindows, + ADGF_TESTING, + GUI_OPTIONS_VERSAILLES + }, + GType_VERSAILLES, + GF_VERSAILLES_FONTS_SET_C | GF_VERSAILLES_AUDIOPADDING_YES, + }, + + // Versailles 1685 // German Macintosh // From lePhilousophe { @@ -230,6 +281,23 @@ static const CryOmni3DGameDescription gameDescriptions[] = { }, // Versailles 1685 + // German Windows compressed from DVD + // From Uka in forum + { + { + "versailles", + "", + AD_ENTRY1s("PROGRAM.Z", 0, "2e1a40237f8b28cb6ef29cff137fa561", 238041), + Common::DE_DEU, + Common::kPlatformWindows, + ADGF_TESTING, + GUI_OPTIONS_VERSAILLES + }, + GType_VERSAILLES, + GF_VERSAILLES_FONTS_NUMERIC | GF_VERSAILLES_AUDIOPADDING_YES, + }, + + // Versailles 1685 // Spanish Windows 95 from hybrid Win95/DOS CD // From lePhilousophe { |