[Scummvm-git-logs] scummvm master -> 1798fb546947b29324e2c8d6b1079812c0a6a29e
sluicebox
noreply at scummvm.org
Thu Mar 10 14:05:13 UTC 2022
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:
1798fb5469 SCI32: Add detection entry for LSL6 Mac CD variant
Commit: 1798fb546947b29324e2c8d6b1079812c0a6a29e
https://github.com/scummvm/scummvm/commit/1798fb546947b29324e2c8d6b1079812c0a6a29e
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2022-03-10T09:03:14-05:00
Commit Message:
SCI32: Add detection entry for LSL6 Mac CD variant
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 025d40dd97c..53e2f882b62 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -3409,6 +3409,18 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_LSL6HIRES_MAC },
+ // Larry 6 - English Macintosh CD - HIRES (provided by eriktorbjorn)
+ // This version has the same game resources as the previous entry.
+ // Data1 contains an additional six byte resource named DESCRIPT.ION
+ {"lsl6hires", "Hi-res", {
+ {"Data1", 0, "2c4e00a6910490831d4d84e9e6a49ec4", 3456235},
+ {"Data2", 0, "a7522b925dd5422c2db2b0a2337c76c3", 5856422},
+ {"Data3", 0, "9ebb490ec63721e5261111b918b5520e", 5577742},
+ {"Data4", 0, "d70687689ff3cf19a5e3c79dfced1c94", 3472064},
+ {"Data5", 0, "e91c3b681095a263fcb2f2c8d8fc74b6", 3273843},
+ AD_LISTEND},
+ Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_LSL6HIRES_MAC },
+
#undef GUIO_LSL6HIRES
#undef GUIO_LSL6HIRES_MAC
More information about the Scummvm-git-logs
mailing list