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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Tue Feb 8 05:23:30 CET 2011


Revision: 55821
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55821&view=rev
Author:   mthreepwood
Date:     2011-02-08 04:23:29 +0000 (Tue, 08 Feb 2011)

Log Message:
-----------
MOHAWK: Add detection for the v2 lbsampler

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-08 01:44:03 UTC (rev 55820)
+++ scummvm/trunk/engines/mohawk/detection_tables.h	2011-02-08 04:23:29 UTC (rev 55821)
@@ -1192,6 +1192,36 @@
 	{
 		{
 			"lbsampler",
+			"v2",
+			AD_ENTRY1("SAMPLER.LB", "6c77cba7326f975645d55fd17ad02d92"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV2,
+		0,
+		0
+	},
+
+	{
+		{
+			"lbsampler",
+			"v2",
+			AD_ENTRY1("BookOutline", "48985306013164b128981883045f2c43"),
+			Common::EN_ANY,
+			Common::kPlatformMacintosh,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV1, // v2 Mac games are really still v1
+		0,
+		"Living Books Sampler"
+	},
+
+	{
+		{
+			"lbsampler",
 			"v3",
 			AD_ENTRY1("outline", "d239506f969ff68fa886f084082e9158"),
 			Common::EN_ANY,


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