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

tag2015 noreply at scummvm.org
Tue Apr 1 09:15:08 UTC 2025


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:
a403b2d244 MOHAWK: LB: Add Noah's Ark iOS version


Commit: a403b2d244a922d0e04148e41f9b1d0c1e049a62
    https://github.com/scummvm/scummvm/commit/a403b2d244a922d0e04148e41f9b1d0c1e049a62
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-04-01T10:51:33+02:00

Commit Message:
MOHAWK: LB: Add Noah's Ark iOS version

Fix #15827

Changed paths:
    engines/mohawk/detection_tables.h


diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 2f640a025a4..759c75b5384 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -3916,6 +3916,23 @@ static const MohawkGameDescription gameDescriptions[] = {
 		0,
 	},
 
+	// iOS App Store v1.3
+	// TRAC report #15827
+	{
+		{
+			"noah",
+			"",
+			AD_ENTRY1s("OUTLINE.TXT", "11e0a57b6d0dd9ced652c56376253c0e", 2028),
+			Common::EN_ANY,
+			Common::kPlatformIOS,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_LIVINGBOOKSV2,
+		0,
+		0,
+	},
+
 	// Dr. Seuss Reading Games
 	// Contains "Dr. Seuss's ABC" and "The Cat in the Hat"
 	{




More information about the Scummvm-git-logs mailing list