[Scummvm-git-logs] scummvm master -> e44f3b55c2c7d475562f7ca357e1f7416dcc59b7
lephilousophe
lephilousophe at users.noreply.github.com
Thu Oct 3 09:11:49 CEST 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
e44f3b55c2 CRYOMNI3D: Add detections entries for Versailles DVD
Commit: e44f3b55c2c7d475562f7ca357e1f7416dcc59b7
https://github.com/scummvm/scummvm/commit/e44f3b55c2c7d475562f7ca357e1f7416dcc59b7
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2019-10-03T09:11:25+02:00
Commit Message:
CRYOMNI3D: Add detections entries for Versailles DVD
Changed paths:
engines/cryomni3d/detection_tables.h
diff --git a/engines/cryomni3d/detection_tables.h b/engines/cryomni3d/detection_tables.h
index 7262532..1a14802 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
{
More information about the Scummvm-git-logs
mailing list