[Scummvm-cvs-logs] scummvm master -> 3039ea5e5e58ee8058f81f3da38de39d377b56cf

digitall digitall at scummvm.org
Sat Sep 24 15:18:53 CEST 2011


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:
3039ea5e5e MOHAWK: Add Detection Entry for LBv3 games from bug #3413119.


Commit: 3039ea5e5e58ee8058f81f3da38de39d377b56cf
    https://github.com/scummvm/scummvm/commit/3039ea5e5e58ee8058f81f3da38de39d377b56cf
Author: D G Turner (digitall at scummvm.org)
Date: 2011-09-24T06:11:56-07:00

Commit Message:
MOHAWK: Add Detection Entry for LBv3 games from bug #3413119.

These will not start yet, so maybe they should be marked as GF_UNSTABLE?

Changed paths:
    engines/mohawk/detection_tables.h



diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index b2c15cc..74b02ac 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1605,6 +1605,23 @@ static const MohawkGameDescription gameDescriptions[] = {
 		"Living Books Player"
 	},
 
+	// Arthur Birthday (English) Version 2.0 Windows(R) August 8, 1997
+	// From jacecen in bug #3413119
+	{
+		{
+			"arthurbday",
+			"",
+			AD_ENTRY1("Outline", "3b793adf2b303722e0fb6c632f94e1fb"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV3,
+		0,
+		"Living Books Player"
+	},
+
 	{
 		{
 			"arthurbday",






More information about the Scummvm-git-logs mailing list