[Scummvm-cvs-logs] scummvm master -> 92eb3684eb203d03104f653e0d443d982c22c3f7
sev-
sev at scummvm.org
Mon Mar 28 12:19:21 CEST 2016
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:
92eb3684eb COMPOSER: Added detection for Hebrew darby. Bug #6878
Commit: 92eb3684eb203d03104f653e0d443d982c22c3f7
https://github.com/scummvm/scummvm/commit/92eb3684eb203d03104f653e0d443d982c22c3f7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-28T12:16:55+02:00
Commit Message:
COMPOSER: Added detection for Hebrew darby. Bug #6878
Changed paths:
engines/composer/detection.cpp
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp
index a3ab18a..3cf160d 100644
--- a/engines/composer/detection.cpp
+++ b/engines/composer/detection.cpp
@@ -253,6 +253,19 @@ static const ComposerGameDescription gameDescriptions[] = {
GType_ComposerV2
},
+ { // Provided by Niv Baehr, Bugreport #6878
+ {
+ "darby",
+ 0,
+ AD_ENTRY1("page99.rsc.ini", "183463d18c050563dcdec2d9f9670515"),
+ Common::HE_ISR,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_ComposerV2
+ },
+
{
{
"gregory",
More information about the Scummvm-git-logs
mailing list