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

somaen einarjohants at gmail.com
Sat Apr 5 15:22:02 CEST 2014


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:
b9286099f8 WINTERMUTE: Add a detection entry for the steam version of J.U.L.I.A.


Commit: b9286099f8ce30214bd3c7071847a01c8056fead
    https://github.com/scummvm/scummvm/commit/b9286099f8ce30214bd3c7071847a01c8056fead
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2014-04-05T15:21:08+02:00

Commit Message:
WINTERMUTE: Add a detection entry for the steam version of J.U.L.I.A.

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index e7b55db..155bf2c 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -541,6 +541,16 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE,
 		GUIO0()
 	},
+	// J.U.L.I.A. (English, steam version)
+	{
+		"julia",
+		"Steam version",
+		AD_ENTRY1s("data.dcp", "fe90023ccc22f35185b40b910e0d03a2", 10101373),
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
 	// J.U.L.I.A. (English) (Demo)
 	{
 		"julia",






More information about the Scummvm-git-logs mailing list