[Scummvm-git-logs] scummvm master -> ffdfa317f1ee880c93aa0637c1365bb7076cccbc
csnover
csnover at users.noreply.github.com
Wed May 3 03:35:47 CEST 2017
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:
ffdfa317f1 SCI32: Add detection entry for French Shivers
Commit: ffdfa317f1ee880c93aa0637c1365bb7076cccbc
https://github.com/scummvm/scummvm/commit/ffdfa317f1ee880c93aa0637c1365bb7076cccbc
Author: Colin Snover (github.com at zetafleet.com)
Date: 2017-05-02T20:35:07-05:00
Commit Message:
SCI32: Add detection entry for French Shivers
Fixes Trac#9742.
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 6ea7079..31efac9 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -3992,6 +3992,13 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::DE_DEU, Common::kPlatformWindows, ADGF_TESTING, GUIO_SHIVERS },
+ // Shivers - French Windows (from legluondunet in bug report Trac#9742)
+ {"shivers", "", {
+ {"resmap.000", 0, "73bee036dc8ece0d03f637eb340ea428", 46543},
+ {"ressci.000", 0, "8d45ebb1e5a13468d10e676b8dbce682", 262161072},
+ AD_LISTEND},
+ Common::FR_FRA, Common::kPlatformWindows, ADGF_TESTING, GUIO_SHIVERS },
+
// Shivers - English Windows Non-interactive Demo
// Executable scanning reports "2.100.002"
{"shivers", "Non-interactive Demo", {
More information about the Scummvm-git-logs
mailing list