[Scummvm-cvs-logs] SF.net SVN: scummvm:[40877] scummvm/trunk/engines/tinsel/detection.cpp

Hkz at users.sourceforge.net Hkz at users.sourceforge.net
Mon May 25 08:19:37 CEST 2009


Revision: 40877
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40877&view=rev
Author:   Hkz
Date:     2009-05-25 06:19:37 +0000 (Mon, 25 May 2009)

Log Message:
-----------
tinsel: add entry in detector for Discworld PSX demo

Modified Paths:
--------------
    scummvm/trunk/engines/tinsel/detection.cpp

Modified: scummvm/trunk/engines/tinsel/detection.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/detection.cpp	2009-05-25 06:09:48 UTC (rev 40876)
+++ scummvm/trunk/engines/tinsel/detection.cpp	2009-05-25 06:19:37 UTC (rev 40877)
@@ -307,6 +307,29 @@
 		TINSEL_V1,
 	},
 
+	{	// multilanguage PSX demo
+		{
+			"dw",
+			"CD demo",
+			{
+				{"dw.scn", 0, "6247d8cd742fd0c56534e8eb71552a8b", 339784},
+				{"english.smp", 0, NULL, -1},
+				{"french.txt", 0, NULL, -1},
+				{"german.txt", 0, NULL, -1},
+				{"italian.txt", 0, NULL, -1},
+				{"spanish.txt", 0, NULL, -1},
+				{NULL, 0, NULL, 0}
+			},
+			Common::EN_ANY,
+			Common::kPlatformPSX,
+			ADGF_DEMO
+		},
+		GID_DW1,
+		0,
+		GF_CD | GF_SCNFILES,
+		TINSEL_V1,
+	},
+
 #if 0
 	{	// English Saturn CD
 		{


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list