[Scummvm-git-logs] scummvm branch-2-1 -> 241b98974f03d44ab5661a8745a2c7cef49b7c62
lephilousophe
lephilousophe at users.noreply.github.com
Thu Oct 3 09:12:05 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:
241b98974f CRYOMNI3D: Add detections entries for Versailles DVD
Commit: 241b98974f03d44ab5661a8745a2c7cef49b7c62
https://github.com/scummvm/scummvm/commit/241b98974f03d44ab5661a8745a2c7cef49b7c62
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2019-10-03T09:10:22+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