From f09d3a58736e5002e9e2b47f31fcca4792d7000e Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 23 Oct 2016 21:31:46 +0200 Subject: CRYO: Lost Eden - Add detection for 2 PC DOS versions --- engines/cryo/detection.cpp | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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", -- cgit v1.2.3