[Scummvm-cvs-logs] scummvm master -> bef4610dcbeeec610f84ad843d49a1fc59cdf4f5

Strangerke Strangerke at scummvm.org
Wed May 1 23:59:03 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:
bef4610dcb HOPKINS: Fix bug #3612406 - New version not detected


Commit: bef4610dcbeeec610f84ad843d49a1fc59cdf4f5
    https://github.com/scummvm/scummvm/commit/bef4610dcbeeec610f84ad843d49a1fc59cdf4f5
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-05-01T14:57:40-07:00

Commit Message:
HOPKINS: Fix bug #3612406 - New version not detected

Changed paths:
    engines/hopkins/detection_tables.h



diff --git a/engines/hopkins/detection_tables.h b/engines/hopkins/detection_tables.h
index e193737..8f0f104 100644
--- a/engines/hopkins/detection_tables.h
+++ b/engines/hopkins/detection_tables.h
@@ -155,6 +155,22 @@ static const HopkinsGameDescription gameDescriptions[] = {
 		},
 	},
 	{
+		// Hopkins FBI Win95 EN, provided by greencis in bug #3612406
+		{
+			"hopkins",
+				0,
+			{
+				{"hopkins.exe", 0, "020690049fa1dfcd63a18fdafb139a0e", 421386},
+				{"RES_VAN.RES", 0, "f1693ac0b0859c8ecd8cb30ff43cf55f", 38296346},
+				AD_LISTEND
+			},
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NONE)
+		},
+	},
+	{
 		// Hopkins FBI Linux, provided by Strangerke
 		{
 			"hopkins",






More information about the Scummvm-git-logs mailing list