aboutsummaryrefslogtreecommitdiff
path: root/engines/composer
diff options
context:
space:
mode:
authorEugene Sandulenko2011-08-25 16:44:43 +0100
committerEugene Sandulenko2011-08-25 16:45:27 +0100
commit355d1b9745386e7c4f366541ea0084915bdb1a83 (patch)
tree9ebb9fe57f0876ae34206a707ca1927b84e99f66 /engines/composer
parent9a79a336aa5427e8b52683bd39088a2c557245db (diff)
downloadscummvm-rg350-355d1b9745386e7c4f366541ea0084915bdb1a83.tar.gz
scummvm-rg350-355d1b9745386e7c4f366541ea0084915bdb1a83.tar.bz2
scummvm-rg350-355d1b9745386e7c4f366541ea0084915bdb1a83.zip
COMPOSER: Update detection entries to avoid using install.inf
Diffstat (limited to 'engines/composer')
-rw-r--r--engines/composer/detection.cpp18
1 files changed, 14 insertions, 4 deletions
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
};