mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-24 10:45:46 +00:00
The LSL7 demo is SCI2.1 so we should detect it even when ENABLE_SCI3_GAMES is not defined.
svn-id: r50886
This commit is contained in:
parent
df49298f39
commit
36fdc68b2b
@ -1706,6 +1706,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
|
||||
{NULL, 0, NULL, 0}},
|
||||
Common::FR_FRA, Common::kPlatformPC, 0, GUIO_NONE },
|
||||
|
||||
// Larry 7 - English DOS Demo (provided by richiefs in bug report #2670691)
|
||||
// SCI interpreter version 2.100.002
|
||||
{"lsl7", "Demo", {
|
||||
{"ressci.000", 0, "5cc6159688b2dc03790a67c90ccc67f9", 10195878},
|
||||
{"resmap.000", 0, "6a2b2811eef82e87cde91cf1de845af8", 2695},
|
||||
{NULL, 0, NULL, 0}},
|
||||
Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH },
|
||||
|
||||
#ifdef ENABLE_SCI3_GAMES
|
||||
// Larry 7 - English DOS CD (from spookypeanut)
|
||||
// SCI interpreter version 3.000.000
|
||||
@ -1747,14 +1755,6 @@ static const struct ADGameDescription SciGameDescriptions[] = {
|
||||
{NULL, 0, NULL, 0}},
|
||||
Common::ES_ESP, Common::kPlatformPC, 0, GUIO_NOSPEECH },
|
||||
|
||||
// Larry 7 - English DOS Demo (provided by richiefs in bug report #2670691)
|
||||
// SCI interpreter version 2.100.002
|
||||
{"lsl7", "Demo", {
|
||||
{"ressci.000", 0, "5cc6159688b2dc03790a67c90ccc67f9", 10195878},
|
||||
{"resmap.000", 0, "6a2b2811eef82e87cde91cf1de845af8", 2695},
|
||||
{NULL, 0, NULL, 0}},
|
||||
Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH },
|
||||
|
||||
// Lighthouse - English Windows Demo (from jvprat)
|
||||
// Executable scanning reports "2.100.002", VERSION file reports "1.00"
|
||||
{"lighthouse", "Demo", {
|
||||
|
Loading…
Reference in New Issue
Block a user