[Scummvm-git-logs] scummvm master -> 22642c213e474f3d99b2e2675b759d34b17bb26c

eriktorbjorn noreply at scummvm.org
Tue Oct 21 18:39:24 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
22642c213e MEDIASTATION: Added Swedish Mac entry for Winnie the Pooh


Commit: 22642c213e474f3d99b2e2675b759d34b17bb26c
    https://github.com/scummvm/scummvm/commit/22642c213e474f3d99b2e2675b759d34b17bb26c
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2025-10-21T20:39:00+02:00

Commit Message:
MEDIASTATION: Added Swedish Mac entry for Winnie the Pooh

This one doesn't work either.

Changed paths:
    engines/mediastation/detection_tables.h


diff --git a/engines/mediastation/detection_tables.h b/engines/mediastation/detection_tables.h
index c3846919c6f..d34f816b15d 100644
--- a/engines/mediastation/detection_tables.h
+++ b/engines/mediastation/detection_tables.h
@@ -154,6 +154,20 @@ const ADGameDescription gameDescriptions[] = {
 		GUIO1(GUIO_NOASPECT)
 	},
 
+	{
+		"honeytree",
+		"v2.0/SE", // Also includes English as an in-game language option.
+		AD_ENTRY3s(
+			"Nalle Puh", "47dad417e616aaa45296eab1f6941c6f", 771456,
+			"BOOT.STM", "448efdc32f4ce36b5e4f91b34f44437a", 55284,
+			"100.CXT", "00239a03730b8e1c3c730050b8872d33", 2267499
+		),
+		Common::SV_SWE,
+		Common::kPlatformMacintosh,
+		ADGF_UNSTABLE,
+		GUIO1(GUIO_NOASPECT)
+	},
+
 	// Disney's Animated Storybook: The Hunchback of Notre Dame
 	{
 		"notredame",




More information about the Scummvm-git-logs mailing list