[Scummvm-cvs-logs] SF.net SVN: scummvm:[55704] scummvm/trunk/engines/mohawk/detection_tables.h

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Tue Feb 1 04:05:18 CET 2011


Revision: 55704
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55704&view=rev
Author:   mthreepwood
Date:     2011-02-01 03:05:18 +0000 (Tue, 01 Feb 2011)

Log Message:
-----------
MOHAWK: Add detection for the LBSampler v1

Modified Paths:
--------------
    scummvm/trunk/engines/mohawk/detection_tables.h

Modified: scummvm/trunk/engines/mohawk/detection_tables.h
===================================================================
--- scummvm/trunk/engines/mohawk/detection_tables.h	2011-02-01 03:00:42 UTC (rev 55703)
+++ scummvm/trunk/engines/mohawk/detection_tables.h	2011-02-01 03:05:18 UTC (rev 55704)
@@ -1162,7 +1162,37 @@
 	{
 		{
 			"lbsampler",
-			"",
+			"v1",
+			AD_ENTRY1("DEMO.512", "27c3455b850e5981d2bf2a3fa489b91e"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV1,
+		0,
+		"DEMO.EXE"
+	},
+
+	{
+		{
+			"lbsampler",
+			"v1",
+			AD_ENTRY1("BookOutline", "d30e6026a9809dea579030bac380977d"),
+			Common::EN_ANY,
+			Common::kPlatformMacintosh,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV1,
+		0,
+		"Living Books Demos"
+	},
+
+	{
+		{
+			"lbsampler",
+			"v3",
 			AD_ENTRY1("outline", "d239506f969ff68fa886f084082e9158"),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
@@ -1177,7 +1207,7 @@
 	{
 		{
 			"lbsampler",
-			"",
+			"v3",
 			AD_ENTRY1("BookOutline", "6dd1c0606f1db3b71207121b4370e487"),
 			Common::EN_ANY,
 			Common::kPlatformMacintosh,


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