diff options
author | D G Turner | 2018-09-25 17:31:10 +0100 |
---|---|---|
committer | D G Turner | 2018-09-25 17:31:10 +0100 |
commit | 399fa33e47a2c64088787f74e6a8f6a25151b178 (patch) | |
tree | b030a359c588990b9cab7c57f49057365d992dbb /engines | |
parent | ec2611607a0d8605c5f8299823d923512a878c48 (diff) | |
download | scummvm-rg350-399fa33e47a2c64088787f74e6a8f6a25151b178.tar.gz scummvm-rg350-399fa33e47a2c64088787f74e6a8f6a25151b178.tar.bz2 scummvm-rg350-399fa33e47a2c64088787f74e6a8f6a25151b178.zip |
STARTREK: Add Detection Entry For German Version of Judgement Rites.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/startrek/detection.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/startrek/detection.cpp b/engines/startrek/detection.cpp index 2a47eb17fd..1934f8c474 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 } }; |