From 355d1b9745386e7c4f366541ea0084915bdb1a83 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 25 Aug 2011 16:44:43 +0100 Subject: COMPOSER: Update detection entries to avoid using install.inf --- engines/composer/detection.cpp | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'engines/composer') diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp index a0071930ff..2ca00f9f53 100644 --- a/engines/composer/detection.cpp +++ b/engines/composer/detection.cpp @@ -193,11 +193,15 @@ static const ComposerGameDescription gameDescriptions[] = { GType_ComposerV2 }, - { + { // Provided by sev { "princess", 0, - AD_ENTRY1s("install.inf", "f1cf45db3c4c54a0d2d89d359af8f334", 244), + { + {"book.ini", 0, "fb32572577b9a41ba299825ef1e3181e", 966}, + {"page99.rsc", 0, "fd5ebd3b5e36c4651c50241619525355", 45418}, + AD_LISTEND + }, Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, @@ -206,11 +210,15 @@ static const ComposerGameDescription gameDescriptions[] = { GType_ComposerV2 }, - { + { // Provided by sev { "sleepingcub", 0, - AD_ENTRY1s("install.inf", "1092e753b8692463f41b8c0b1931398e", 251), + { + {"book.ini", 0, "0d329e592387009c6387a733a3ea2235", 964}, + {"page99.rsc", 0, "219fbd9bd2ff87c7023814405d753145", 46916}, + AD_LISTEND + }, Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, @@ -230,6 +238,8 @@ using namespace Composer; const static char *directoryGlobs[] = { "data", "programs", + "princess", + "sleepcub", 0 }; -- cgit v1.2.3