[Scummvm-git-logs] scummvm master -> 26571d590b8566efc6dc755bd0c00401f85aaafd

eriktorbjorn noreply at scummvm.org
Wed Oct 22 03:40:51 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:
26571d590b MEDIASTATION: Update Mac Winnie the Pooh detection entry


Commit: 26571d590b8566efc6dc755bd0c00401f85aaafd
    https://github.com/scummvm/scummvm/commit/26571d590b8566efc6dc755bd0c00401f85aaafd
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2025-10-22T05:40:08+02:00

Commit Message:
MEDIASTATION: Update Mac Winnie the Pooh detection entry

If I understand correctly, this should checksum the resource fork, and
that ought to be better.

Changed paths:
    engines/mediastation/detection_tables.h


diff --git a/engines/mediastation/detection_tables.h b/engines/mediastation/detection_tables.h
index d34f816b15d..107a9ae82d7 100644
--- a/engines/mediastation/detection_tables.h
+++ b/engines/mediastation/detection_tables.h
@@ -158,7 +158,7 @@ const ADGameDescription gameDescriptions[] = {
 		"honeytree",
 		"v2.0/SE", // Also includes English as an in-game language option.
 		AD_ENTRY3s(
-			"Nalle Puh", "47dad417e616aaa45296eab1f6941c6f", 771456,
+			"Nalle Puh", "r:3c061bff404de99c69a0b0187018a7da", 765688,
 			"BOOT.STM", "448efdc32f4ce36b5e4f91b34f44437a", 55284,
 			"100.CXT", "00239a03730b8e1c3c730050b8872d33", 2267499
 		),




More information about the Scummvm-git-logs mailing list