[Scummvm-cvs-logs] scummvm master -> 58855dd37f94d58b2a1dad810b52bc4394bfc5ab

somaen einarjohants at gmail.com
Wed Jul 31 16:03:33 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:
58855dd37f WINTERMUTE: Add detection for James Peris (Full Version)


Commit: 58855dd37f94d58b2a1dad810b52bc4394bfc5ab
    https://github.com/scummvm/scummvm/commit/58855dd37f94d58b2a1dad810b52bc4394bfc5ab
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2013-07-31T07:02:38-07:00

Commit Message:
WINTERMUTE: Add detection for James Peris (Full Version)

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 1dff362..3d9afe7 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -297,6 +297,26 @@ static const ADGameDescription gameDescriptions[] = {
 	// James Peris: No License Nor Control (English)
 	{
 		"jamesperis",
+		"",
+		AD_ENTRY1s("data.dcp", "a420961e170cb7d168a0d2bae2fe5218", 225294032),
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
+	// James Peris: No License Nor Control (Spanish)
+	{
+		"jamesperis",
+		"",
+		AD_ENTRY1s("data.dcp", "a420961e170cb7d168a0d2bae2fe5218", 225294032),
+		Common::ES_ESP,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
+	// James Peris: No License Nor Control (Demo) (English)
+	{
+		"jamesperis",
 		"Demo",
 		AD_ENTRY1s("data.dcp", "edb9f9c7a08993c1e28f4e477b5f9830", 116113507),
 		Common::EN_ANY,
@@ -305,7 +325,7 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_DEMO,
 		GUIO0()
 	},
-	// James Peris: No License Nor Control (Spanish)
+	// James Peris: No License Nor Control (Demo) (Spanish)
 	{
 		"jamesperis",
 		"Demo",






More information about the Scummvm-git-logs mailing list