mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
SCI: Remove duplicate detection entry
There is no indication in the corresponding bug report this was for an Amiga version.
This commit is contained in:
parent
d83382a9ef
commit
546e2086e3
@ -2799,7 +2799,6 @@ static const struct ADGameDescription SciGameDescriptions[] = {
|
||||
Common::EN_ANY, Common::kPlatformPC, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },
|
||||
|
||||
// Quest for Glory 1 / Hero's Quest - English DOS 3.5" Floppy v1.102 Int#0.000.629 (suppled by digitoxin1 in bug report #3554611)
|
||||
// Note: Identical detection entry to English Amiga versions, so will trigger version choice dialog.
|
||||
{"qfg1", "", {
|
||||
{"resource.map", 0, "b162dbd4632250d4d83bed46d0783c10", 6396},
|
||||
{"resource.000", 0, "40332d3ebfc70a4b6a6a0443c2763287", 78800},
|
||||
@ -2911,17 +2910,6 @@ static const struct ADGameDescription SciGameDescriptions[] = {
|
||||
AD_LISTEND},
|
||||
Common::EN_ANY, Common::kPlatformAmiga, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },
|
||||
|
||||
// Quest for Glory 1 (from abevi, bug report #2612718)
|
||||
{"qfg1", "", {
|
||||
{"resource.map", 0, "b162dbd4632250d4d83bed46d0783c10", 6396},
|
||||
{"resource.000", 0, "40332d3ebfc70a4b6a6a0443c2763287", 78800},
|
||||
{"resource.001", 0, "a270012fa74445d74c044d1b65a9ff8c", 459835},
|
||||
{"resource.002", 0, "e64004e020fdf1813be52b639b08be89", 635561},
|
||||
{"resource.003", 0, "f0af87c60ec869946da442833aa5afa8", 640502},
|
||||
{"resource.004", 0, "f0af87c60ec869946da442833aa5afa8", 644575},
|
||||
AD_LISTEND},
|
||||
Common::EN_ANY, Common::kPlatformAmiga, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },
|
||||
|
||||
// Quest for Glory 1 - English DOS
|
||||
// SCI interpreter version 0.000.629
|
||||
{"qfg1", "", {
|
||||
|
Loading…
x
Reference in New Issue
Block a user