[Scummvm-git-logs] scummvm master -> 8666e9564f25d2f0923ac6e23b74d107a17d645e

criezy criezy at scummvm.org
Tue Aug 6 00:51:12 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:
8666e9564f CRYOMNI3D: Add detection for French DOS version from ticket #11035


Commit: 8666e9564f25d2f0923ac6e23b74d107a17d645e
    https://github.com/scummvm/scummvm/commit/8666e9564f25d2f0923ac6e23b74d107a17d645e
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2019-08-05T23:50:24+01:00

Commit Message:
CRYOMNI3D: Add detection for French DOS version from ticket #11035

Changed paths:
    engines/cryomni3d/detection_tables.h


diff --git a/engines/cryomni3d/detection_tables.h b/engines/cryomni3d/detection_tables.h
index b9e0eb3..989332d 100644
--- a/engines/cryomni3d/detection_tables.h
+++ b/engines/cryomni3d/detection_tables.h
@@ -77,6 +77,23 @@ static const CryOmni3DGameDescription gameDescriptions[] = {
 	},
 
 	// Versailles 1685
+	// French DOS from hybrid Win95/DOS CD
+	// From legloutondunet, ticket #11035
+	{
+		{
+			"versailles",
+			"",
+			AD_ENTRY1s("VERSAILL.PGM", "1c992f034f43418a5da2e8ebd0b92620", 598767),
+			Common::FR_FRA,
+			Common::kPlatformDOS,
+			ADGF_TESTING,
+			GUI_OPTIONS_VERSAILLES
+		},
+		GType_VERSAILLES,
+		GF_VERSAILLES_AUDIOPADDING,
+	},
+
+	// Versailles 1685
 	// French Macintosh
 	// From criezy
 	{





More information about the Scummvm-git-logs mailing list