Skip to content

Commit

Permalink
SCI: Add detection for Larry 6 French floppy
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kiewitz committed Feb 12, 2016
1 parent f3b85f6 commit 1a2abd5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions engines/sci/detection_tables.h
Expand Up @@ -2286,6 +2286,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformDOS, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },

// Larry 6 - French DOS Floppy - LOWRES (provided by theco33)
// SCI interpreter version 1.001.113
{"lsl6", "", {
{"resource.map", 0, "1e07144d3b06a3269236880170978acb", 6943},
{"resource.000", 0, "7884a8db9253e29e6b37a2651fd90ba3", 5749882},
AD_LISTEND},
Common::FR_FRA, Common::kPlatformDOS, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },

// Larry 6 - English/German/French DOS CD - LOWRES
// SCI interpreter version 1.001.115
{"lsl6", "", {
Expand Down

0 comments on commit 1a2abd5

Please sign in to comment.