[Scummvm-git-logs] scummvm master -> 399fa33e47a2c64088787f74e6a8f6a25151b178
digitall
dgturner at iee.org
Tue Sep 25 18:22:55 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:
399fa33e47 STARTREK: Add Detection Entry For German Version of Judgement Rites.
Commit: 399fa33e47a2c64088787f74e6a8f6a25151b178
https://github.com/scummvm/scummvm/commit/399fa33e47a2c64088787f74e6a8f6a25151b178
Author: D G Turner (digitall at scummvm.org)
Date: 2018-09-25T17:31:10+01:00
Commit Message:
STARTREK: Add Detection Entry For German Version of Judgement Rites.
Changed paths:
engines/startrek/detection.cpp
diff --git a/engines/startrek/detection.cpp b/engines/startrek/detection.cpp
index 2a47eb1..1934f8c 100644
--- a/engines/startrek/detection.cpp
+++ b/engines/startrek/detection.cpp
@@ -271,6 +271,20 @@ static const StarTrekGameDescription gameDescriptions[] = {
GF_CDROM,
},
+ { // STJR DOS CD-ROM edition (GER)
+ {
+ "stjr",
+ "CD",
+ AD_ENTRY1s("data.001", "1c8de3c02f69c07c582d59d3c29e4dd9", 2958818),
+ Common::DE_DEU,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ GType_STJR,
+ GF_CDROM,
+ },
+
{ AD_TABLE_END_MARKER, 0, 0 }
};
More information about the Scummvm-git-logs
mailing list