From 7661d82ace55e1795587ec305cc486c304267535 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 28 Apr 2009 18:56:54 +0000 Subject: Some code for the intro only LoL demo. It is disabled currently though. svn-id: r40187 --- engines/kyra/detection.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'engines/kyra/detection.cpp') diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp index cd56809e57..41acf2072a 100644 --- a/engines/kyra/detection.cpp +++ b/engines/kyra/detection.cpp @@ -71,6 +71,7 @@ namespace { #define LOL_FLOPPY_FLAGS FLAGS(false, false, false, false, false, false, false, Kyra::GI_LOL) #define LOL_FLOPPY_CMP_FLAGS FLAGS(false, false, false, false, false, false, true, Kyra::GI_LOL) #define LOL_PC98_SJIS_FLAGS FLAGS(false, false, false, true, true, false, false, Kyra::GI_LOL) +#define LOL_DEMO_FLAGS FLAGS(true, false, false, false, false, false, false, Kyra::GI_LOL) #define LOL_KYRA2_DEMO_FLAGS FLAGS(true, false, false, false, false, false, false, Kyra::GI_KYRA2) const KYRAGameDescription adGameDescs[] = { @@ -1035,6 +1036,25 @@ const KYRAGameDescription adGameDescs[] = { LOL_PC98_SJIS_FLAGS }, + // TODO: It looks like this demo version does not WSA v2 files, thus being + // quite old... Our TIM player does not support that currently, thus + // we disable the detection entry for now. + /*{ + { + "lol", + "Demo", + { + { "INTRO.PAK", 0, "4bc22a3b57f19a49212c5de58ab014d6", -1 }, + { "INTROVOC.PAK", 0, "7e578e4f1da31c1f294e14a8e8f3cc44", -1 }, + { 0, 0, 0, 0 } + }, + Common::EN_ANY, + Common::kPlatformPC, + ADGF_DEMO + }, + LOL_DEMO_FLAGS + },*/ + { { "lol", -- cgit v1.2.3