[Scummvm-git-logs] scummvm master -> fd7efe4fb6fd07b4c3831cbe0082027b9782f919
sluicebox
22204938+sluicebox at users.noreply.github.com
Mon Nov 18 01:02:46 CET 2019
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:
fd7efe4fb6 SCI32: Add SQ6 Mac detection entry
Commit: fd7efe4fb6fd07b4c3831cbe0082027b9782f919
https://github.com/scummvm/scummvm/commit/fd7efe4fb6fd07b4c3831cbe0082027b9782f919
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2019-11-17T16:02:04-08:00
Commit Message:
SCI32: Add SQ6 Mac detection entry
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index ed04d63..2aeca0f 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -4999,6 +4999,10 @@ static const struct ADGameDescription SciGameDescriptions[] = {
GAMEOPTION_ORIGINAL_SAVELOAD, \
GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \
GAMEOPTION_HQ_VIDEO)
+#define GUIO_SQ6_MAC GUIO4(GUIO_LINKSPEECHTOSFX, \
+ GUIO_NOASPECT, \
+ GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \
+ GAMEOPTION_HQ_VIDEO)
// Space Quest 6 - English DOS/Win3.11 CD (from the Space Quest Collection)
// Executable scanning reports "2.100.002", VERSION file reports "1.0"
@@ -5048,8 +5052,27 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO, GUIO_SQ6_DEMO },
+ // Space Quest 6 - English Macintosh CD
+ // VERSION file reports "1.000"
+ {"sq6", "", {
+ {"Data1", 0, "37d452ef82e3c054a2531d3028acbd9a", 11488588},
+ {"Data2", 0, "c4d2da963e1ae9f52bac4bece8ecef19", 6912519},
+ {"Data3", 0, "d1ee854dc7ac5e439aaaed683404dd53", 5527552},
+ {"Data4", 0, "4126aa73958a00203e97f843e888d82b", 5872808},
+ {"Data5", 0, "9b3558495d861ebb97ceaaec6f1686c1", 5916650},
+ {"Data6", 0, "7ce6c5172ee8cd23476d5c9fcf41a545", 5340247},
+ {"Data7", 0, "7103d65a3b94ca0cdb88d83e0faa6589", 6017850},
+ {"Data8", 0, "0f30545c9789f4b31613a671d47b5b67", 2266349},
+ {"Data9", 0, "d667feaefef37089577b3fb925c676ed", 2941306},
+ {"Data10", 0, "92d878ff44fc4ef6b0d9e8cda2f11d2c", 4037677},
+ {"Data11", 0, "08ca4f202e115df26cf80aa2a722a959", 925888},
+ {"Data12", 0, "5c715987024fbc666c1c3fea2bcdce42", 1869183},
+ AD_LISTEND },
+ Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_SQ6_MAC },
+
#undef GUIO_SQ6_DEMO
#undef GUIO_SQ6
+#undef GUIO_SQ6_MAC
#endif // ENABLE_SCI32
More information about the Scummvm-git-logs
mailing list