[Scummvm-git-logs] scummvm master -> 5e61ea80c9f55e3d3cd5cf1d178037eacc35cef2

sev- sev at scummvm.org
Sun Jan 22 17:47:20 CET 2017


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b65a8eda66 BLADERUNNER: Add detection for German version
5e61ea80c9 Merge pull request #891 from rootfather/bladerunner-de-detection


Commit: b65a8eda6620aa2c9b52b01cbf576bb9ace4028a
    https://github.com/scummvm/scummvm/commit/b65a8eda6620aa2c9b52b01cbf576bb9ace4028a
Author: rootfather (rootfather at scummvm.org)
Date: 2017-01-19T20:40:37+01:00

Commit Message:
BLADERUNNER: Add detection for German version

Changed paths:
    engines/bladerunner/detection_tables.h


diff --git a/engines/bladerunner/detection_tables.h b/engines/bladerunner/detection_tables.h
index 940c854..b258978 100644
--- a/engines/bladerunner/detection_tables.h
+++ b/engines/bladerunner/detection_tables.h
@@ -39,6 +39,20 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_NO_FLAGS,
 		GUIO0()
 	},
+	
+	// BladeRunner (German)
+	{
+		"bladerunner",
+		0,
+		{
+			{"STARTUP.MIX", 0, "57d674ed860148a530b7f4957cbe65ec", 2314301},
+			AD_LISTEND
+		},
+		Common::DE_DEU,
+		Common::kPlatformWindows,
+		ADGF_NO_FLAGS,
+		GUIO0()
+	},
 	AD_TABLE_END_MARKER
 };
 


Commit: 5e61ea80c9f55e3d3cd5cf1d178037eacc35cef2
    https://github.com/scummvm/scummvm/commit/5e61ea80c9f55e3d3cd5cf1d178037eacc35cef2
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-01-22T17:47:17+01:00

Commit Message:
Merge pull request #891 from rootfather/bladerunner-de-detection

BLADERUNNER: Add detection for German version

Changed paths:
    engines/bladerunner/detection_tables.h







More information about the Scummvm-git-logs mailing list