mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 21:54:15 +00:00
SCI: Reorder the LSL3 detection entries a bit
This commit is contained in:
parent
40865bc79e
commit
c47a516430
@ -1911,17 +1911,6 @@ static const struct ADGameDescription SciGameDescriptions[] = {
|
||||
AD_LISTEND},
|
||||
Common::EN_ANY, Common::kPlatformAmiga, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },
|
||||
|
||||
// Larry 3 - English DOS
|
||||
// SCI interpreter version 0.000.572
|
||||
{"lsl3", "", {
|
||||
{"resource.map", 0, "0b6bd3e039682830a51c5755c06591db", 5916},
|
||||
{"resource.001", 0, "f18441027154292836b973c655fa3175", 456722},
|
||||
{"resource.002", 0, "f18441027154292836b973c655fa3175", 578024},
|
||||
{"resource.003", 0, "f18441027154292836b973c655fa3175", 506807},
|
||||
{"resource.004", 0, "f18441027154292836b973c655fa3175", 513651},
|
||||
AD_LISTEND},
|
||||
Common::EN_ANY, Common::kPlatformPC, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },
|
||||
|
||||
// Larry 3 - English DOS (supplied by ssburnout in bug report #3049193)
|
||||
// 1.021 8x5.25" (label: Int#5.15.90)
|
||||
{"lsl3", "", {
|
||||
@ -1950,6 +1939,17 @@ static const struct ADGameDescription SciGameDescriptions[] = {
|
||||
AD_LISTEND},
|
||||
Common::EN_ANY, Common::kPlatformPC, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },
|
||||
|
||||
// Larry 3 - English DOS
|
||||
// SCI interpreter version 0.000.572
|
||||
{"lsl3", "", {
|
||||
{"resource.map", 0, "0b6bd3e039682830a51c5755c06591db", 5916},
|
||||
{"resource.001", 0, "f18441027154292836b973c655fa3175", 456722},
|
||||
{"resource.002", 0, "f18441027154292836b973c655fa3175", 578024},
|
||||
{"resource.003", 0, "f18441027154292836b973c655fa3175", 506807},
|
||||
{"resource.004", 0, "f18441027154292836b973c655fa3175", 513651},
|
||||
AD_LISTEND},
|
||||
Common::EN_ANY, Common::kPlatformPC, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },
|
||||
|
||||
// Larry 3 - English DOS (supplied by kervala in bug report #3611488)
|
||||
{"lsl3", "", {
|
||||
{"resource.map", 0, "534d8946f10bc71a71b5bf89a84c31be", 5916},
|
||||
|
Loading…
x
Reference in New Issue
Block a user