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

sev- noreply at scummvm.org
Tue Nov 12 14:58:55 UTC 2024


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:
b2fca4b674 MOHAWK: Added detection for harryhh v1.0. Bugreport #15042


Commit: b2fca4b6745f4dffa5387b9f50277895335a225e
    https://github.com/scummvm/scummvm/commit/b2fca4b6745f4dffa5387b9f50277895335a225e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-12T15:58:39+01:00

Commit Message:
MOHAWK: Added detection for harryhh v1.0. Bugreport #15042

Changed paths:
    engines/mohawk/detection_tables.h


diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 8e02e408a93..5cd3f74e0c7 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1182,6 +1182,23 @@ static const MohawkGameDescription gameDescriptions[] = {
 		0
 	},
 
+	// Harry and the Haunted House 1.0
+	// Bugreport #15042
+	{
+		{
+			"harryhh",
+			"v1.0",
+			AD_ENTRY1s("HARRY.512", "d1d33d3c02897bbcc798cd162c5c8fce", 2381),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_LIVINGBOOKSV1,
+		0,
+		"HARRY.EXE"
+	},
+
 	// Harry and the Haunted House 1.1
 	// From pacifist
 	{




More information about the Scummvm-git-logs mailing list