[Scummvm-git-logs] scummvm master -> 58bb26938a4c6bacfa4d33fcc4c40cb19f72dd67

digitall dgturner at iee.org
Sat Nov 3 23:40:54 CET 2018


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:
58bb26938a GROOVIE: Add Detection Entry for 11th Hour English Windows Variant


Commit: 58bb26938a4c6bacfa4d33fcc4c40cb19f72dd67
    https://github.com/scummvm/scummvm/commit/58bb26938a4c6bacfa4d33fcc4c40cb19f72dd67
Author: D G Turner (digitall at scummvm.org)
Date: 2018-11-03T22:40:38Z

Commit Message:
GROOVIE: Add Detection Entry for 11th Hour English Windows Variant

This is a 4CD release, with date inside the disk.1 file of August 14th
1995.

Changed paths:
    engines/groovie/detection.cpp


diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp
index b12e264..17e0569 100644
--- a/engines/groovie/detection.cpp
+++ b/engines/groovie/detection.cpp
@@ -140,6 +140,17 @@ static const GroovieGameDescription gameDescriptions[] = {
 		kGroovieV2, 1
 	},
 
+	// The 11th Hour Windows English
+	{
+		{
+			"11h", "",
+			AD_ENTRY1s("disk.1", "4c1d0549f544f052fba2b7a9aebd1077", 220),
+			Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE,
+			GUIO4(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_NOASPECT)
+		},
+		kGroovieV2, 1
+	},
+
 	// The 11th Hour Macintosh English
 	{
 		{





More information about the Scummvm-git-logs mailing list