[Scummvm-git-logs] scummvm master -> b53973b06a11d6b7727963bd2f81d62c22d386ea
sev-
sev at scummvm.org
Sat Aug 28 01:02:19 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:
b53973b06a MOHAWK: Added detection for Mac tortoise. Bugreport #12828
Commit: b53973b06a11d6b7727963bd2f81d62c22d386ea
https://github.com/scummvm/scummvm/commit/b53973b06a11d6b7727963bd2f81d62c22d386ea
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-08-28T03:02:07+02:00
Commit Message:
MOHAWK: Added detection for Mac tortoise. Bugreport #12828
Changed paths:
engines/mohawk/detection_tables.h
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 9e3f76f0ac..75c5c3e737 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1230,6 +1230,22 @@ static const MohawkGameDescription gameDescriptions[] = {
0,
},
+ // Macintosh version. Bugreport #12828
+ {
+ {
+ "tortoise",
+ "",
+ AD_ENTRY1s("BookOutline", "f4c162ca66197eedc3b676372bca3929", 2038),
+ Common::EN_ANY,
+ Common::kPlatformMacintosh,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV2,
+ 0,
+ 0
+ },
+
// From the Mac CD "La Tartaruga e la Lepre" (The Turtle and the Hare) [Italian, English]
{
{
More information about the Scummvm-git-logs
mailing list