aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/detection.cpp
diff options
context:
space:
mode:
authorRetro-Junk2017-01-21 20:50:22 +0300
committerEugene Sandulenko2017-01-25 22:42:25 +0100
commit862f22e72aaa5336990587fc91ec1a108bea0358 (patch)
tree46c5de0961461eb7ef9914401f26a67ac8e5fec1 /engines/cryo/detection.cpp
parentb163b8fdb9fda24aa16915122d3e091fcc8f45bd (diff)
downloadscummvm-rg350-862f22e72aaa5336990587fc91ec1a108bea0358.tar.gz
scummvm-rg350-862f22e72aaa5336990587fc91ec1a108bea0358.tar.bz2
scummvm-rg350-862f22e72aaa5336990587fc91ec1a108bea0358.zip
CRYO: Add Lost Eden German version detection entry
Diffstat (limited to 'engines/cryo/detection.cpp')
-rw-r--r--engines/cryo/detection.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/cryo/detection.cpp b/engines/cryo/detection.cpp
index 10d42f1cdb..2ae01f41dd 100644
--- a/engines/cryo/detection.cpp
+++ b/engines/cryo/detection.cpp
@@ -103,6 +103,17 @@ static const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},
+ // Lost Eden DE PC version
+ {
+ "losteden",
+ 0,
+ AD_ENTRY1s("EDEN.DAT", 0, 457719104),
+ Common::DE_DEU,
+ Common::kPlatformDOS,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NONE)
+ },
+
// Lost Eden Mac version
{
"losteden",