[Scummvm-git-logs] scummvm master -> ed0fd5b4372b908ef4e3756fbe411148da49fd65

bluegr noreply at scummvm.org
Tue Jul 5 03:28:44 UTC 2022


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:
ed0fd5b437 MOHAWK: Adding macOS Wanderful Story Sampler (lbsampler) to the detection tables


Commit: ed0fd5b4372b908ef4e3756fbe411148da49fd65
    https://github.com/scummvm/scummvm/commit/ed0fd5b4372b908ef4e3756fbe411148da49fd65
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2022-07-05T06:28:40+03:00

Commit Message:
MOHAWK: Adding macOS Wanderful Story Sampler (lbsampler) to the detection tables

Adding [this version](https://apps.apple.com/nz/app/storybook-sampler/id632152206) from the Mac App Store.

Resolves #13647

Changed paths:
    engines/mohawk/detection_tables.h


diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 173c2cbed0f..024b7e73664 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -2688,7 +2688,7 @@ static const MohawkGameDescription gameDescriptions[] = {
 		0,
 	},
 
-	// Wanderful Interactive Storybooks version, unknown if identical to iOS and Mac versions
+	// Wanderful Interactive Storybooks version for Android
 	{
 		{
 			"lbsampler",
@@ -2704,6 +2704,22 @@ static const MohawkGameDescription gameDescriptions[] = {
 		0,
 	},
 
+	// Wanderful Interactive Storybooks version for macOS
+	{
+		{
+			"lbsampler",
+			"Wanderful",
+			AD_ENTRY1s("Outline.txt", "e3630ec2e66e0aea98a2d31dbd710745", 2975),
+			Common::EN_ANY,
+			Common::kPlatformMacintosh,
+			ADGF_UNSTABLE,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_LIVINGBOOKSV3,
+		0,
+		0,
+	},
+
 	{
 		{
 			"bearfight",




More information about the Scummvm-git-logs mailing list