[Scummvm-git-logs] scummvm master -> 1fe1e994e8673cc0324e9584c8b6a6c0be9e2a02
sev-
sev at scummvm.org
Sat Aug 28 00:33:43 UTC 2021
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:
1fe1e994e8 MOHAWK: Added detection for harryhh demo. Bugreport #12849
Commit: 1fe1e994e8673cc0324e9584c8b6a6c0be9e2a02
https://github.com/scummvm/scummvm/commit/1fe1e994e8673cc0324e9584c8b6a6c0be9e2a02
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-08-28T02:33:19+02:00
Commit Message:
MOHAWK: Added detection for harryhh demo. Bugreport #12849
Changed paths:
engines/mohawk/detection_tables.h
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index bfee9ee73b..9e3f76f0ac 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -824,6 +824,23 @@ static const MohawkGameDescription gameDescriptions[] = {
"HARRY.EXE"
},
+ // English / Spanish demo
+ // from einstein95, bug #12849
+ {
+ {
+ "harryhh",
+ "Demo English/Spanish",
+ AD_ENTRY1s("HARRY.512", "a0c97d80ab8957f61be1a41fdd74386e", 709),
+ Common::UNK_LANG,
+ Common::kPlatformWindows,
+ ADGF_DEMO,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV1,
+ 0,
+ "HARRY.EXE"
+ },
+
// part of "Super Living Books" compilation
// from rgemini, bug #5726
{
More information about the Scummvm-git-logs
mailing list