[Scummvm-git-logs] scummvm master -> 00579460bd2b689625501e2fb14f030145e43da9
digitall
dgturner at iee.org
Wed Oct 3 06:08:32 CEST 2018
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:
00579460bd COMPOSER: Add Detection Entry For Darby French Mac Variant.
Commit: 00579460bd2b689625501e2fb14f030145e43da9
https://github.com/scummvm/scummvm/commit/00579460bd2b689625501e2fb14f030145e43da9
Author: D G Turner (digitall at scummvm.org)
Date: 2018-10-03T05:16:54+01:00
Commit Message:
COMPOSER: Add Detection Entry For Darby French Mac Variant.
This is from Trac #10399.
Changed paths:
engines/composer/detection.cpp
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp
index c90dfe5..7bb0e8d 100644
--- a/engines/composer/detection.cpp
+++ b/engines/composer/detection.cpp
@@ -271,6 +271,22 @@ static const ComposerGameDescription gameDescriptions[] = {
GType_ComposerV2
},
+ { // Provided by msSeven - from bug Trac #10399
+ {
+ "darby",
+ 0,
+ {
+ {"page99.rsc", 0, "ca350397f0c009649afc0cb6145921f0", 1286480},
+ AD_LISTEND
+ },
+ Common::FR_FRA,
+ Common::kPlatformMacintosh,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_ComposerV2
+ },
+
{ // Provided by Strangerke, "CD-Rom 100% Malin" Pack
{
"darby",
More information about the Scummvm-git-logs
mailing list