[Scummvm-cvs-logs] scummvm master -> 9e44cd664166ff67cedd3f75e0973ad01ec6c236

sylvaintv sylvaintv at gmail.com
Sun Apr 7 23:49:06 CEST 2013


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:
9e44cd6641 HOPKINS: Add French Win95 version detection


Commit: 9e44cd664166ff67cedd3f75e0973ad01ec6c236
    https://github.com/scummvm/scummvm/commit/9e44cd664166ff67cedd3f75e0973ad01ec6c236
Author: sylvaintv (sylvaintv at gmail.com)
Date: 2013-04-07T14:48:19-07:00

Commit Message:
HOPKINS: Add French Win95 version detection

Changed paths:
    engines/hopkins/detection_tables.h



diff --git a/engines/hopkins/detection_tables.h b/engines/hopkins/detection_tables.h
index 050bc82..e193737 100644
--- a/engines/hopkins/detection_tables.h
+++ b/engines/hopkins/detection_tables.h
@@ -219,8 +219,28 @@ static const HopkinsGameDescription gameDescriptions[] = {
 			ADGF_NO_FLAGS,
 			GUIO1(GUIO_NONE)
 		},
+
+	},
+
+	{
+		// Hopkins FBI Win32, French uninstalled, provided by SylvainTV
+		{
+			"hopkins",
+				0,
+			{
+				{"Hopkins.exe", 0, "277a5c144bf9ec7d8450ae37afb85090", 419281},
+				{"RES_VFR.RES", 0, "b8a3849063c9eeefe80e82cfce1ad3cd", 39269361},
+				AD_LISTEND
+			},
+			Common::FR_FRA,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NONE)
+		},
+
 	},
 
+
 	{ AD_TABLE_END_MARKER }
 };
 






More information about the Scummvm-git-logs mailing list