[Scummvm-git-logs] scummvm master -> feb2794531792f6967f4080e24b7de261ea593a1
sev-
sev at scummvm.org
Tue Feb 4 09:15:38 UTC 2020
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:
feb2794531 KYRA: Add detection for Polish fan translation of kyra1
Commit: feb2794531792f6967f4080e24b7de261ea593a1
https://github.com/scummvm/scummvm/commit/feb2794531792f6967f4080e24b7de261ea593a1
Author: xeros (xeros at irc.pl)
Date: 2020-02-04T10:15:33+01:00
Commit Message:
KYRA: Add detection for Polish fan translation of kyra1
Adding checksum for Polish translation for kyra1 engine.
Polish strings there are mapped to "ENG".
Changed paths:
engines/kyra/detection_tables.h
diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index a81dc97..4798b14 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -382,6 +382,22 @@ const KYRAGameDescription adGameDescs[] = {
},
KYRA1_CD_FLAGS
},
+ { // Polish fan translation of Macintosh CD version
+ {
+ "kyra1",
+ "CD",
+ {
+ { "GEMCUT.PAK", 0, "8ddf09fd6bfafdb27b4cf31c5a6fc91d", -1 },
+ { "BEAD.CPS", 0, "3038466f65b7751451844707187aa401", -1 },
+ { NULL, 0, NULL, 0 }
+ },
+ Common::EN_ANY,
+ Common::kPlatformMacintosh,
+ ADGF_CD,
+ GUIO0()
+ },
+ KYRA1_CD_FLAGS
+ },
{
{
"kyra1",
More information about the Scummvm-git-logs
mailing list