diff options
author | Strangerke | 2016-10-23 21:31:46 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2017-01-25 22:42:02 +0100 |
commit | f09d3a58736e5002e9e2b47f31fcca4792d7000e (patch) | |
tree | 6cdf1149c3e0c5b66e0bd02c902d666e174aca94 /engines | |
parent | 4caa6541cd0ffaf424feba4cee36c4c220ae9e72 (diff) | |
download | scummvm-rg350-f09d3a58736e5002e9e2b47f31fcca4792d7000e.tar.gz scummvm-rg350-f09d3a58736e5002e9e2b47f31fcca4792d7000e.tar.bz2 scummvm-rg350-f09d3a58736e5002e9e2b47f31fcca4792d7000e.zip |
CRYO: Lost Eden - Add detection for 2 PC DOS versions
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cryo/detection.cpp | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/engines/cryo/detection.cpp b/engines/cryo/detection.cpp index 7afc81e76e..10d42f1cdb 100644 --- a/engines/cryo/detection.cpp +++ b/engines/cryo/detection.cpp @@ -79,6 +79,30 @@ static const ADGameDescription gameDescriptions[] = { GUIO1(GUIO_NONE) }, + // Lost Eden EN PC version + // Added by Strangerke + { + "losteden", + 0, + AD_ENTRY1s("EDEN.DAT", "2126f14fe38b47c7a132f7937c79a2f0", 451205552), + Common::EN_ANY, + Common::kPlatformDOS, + ADGF_UNSTABLE, + GUIO1(GUIO_NONE) + }, + + // Lost Eden FR PC version + // Added by Strangerke + { + "losteden", + 0, + AD_ENTRY1s("EDEN.DAT", "378b1260ac400ecf35f8843357adcca6", 448040496), + Common::FR_FRA, + Common::kPlatformDOS, + ADGF_UNSTABLE, + GUIO1(GUIO_NONE) + }, + // Lost Eden Mac version { "losteden", |