mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 04:01:23 +00:00
DREAMWEB: fixed detection of Italian CD release
The Italian CD release of Dreamweb (available on https://www.scummvm.org/games/) was not properly detected (the floppy version was detected, so speech stayed disabled). Added a proper entry to fix the issue.
This commit is contained in:
parent
2f4f130918
commit
8966d4f8fc
@ -244,6 +244,24 @@ static const DreamWebGameDescription gameDescriptions[] = {
|
||||
},
|
||||
},
|
||||
|
||||
// Italian CD release
|
||||
{
|
||||
{
|
||||
"dreamweb",
|
||||
"CD",
|
||||
{
|
||||
{"dreamweb.exe", 0, "44d1708535cdb863b9cca372ad0b05dd", 65370},
|
||||
{"dreamweb.r00", 0, "66dcab08354232f423c590156335f819", 155448},
|
||||
{"dreamweb.r02", 0, "87a026e9f80ed4f94169381f871ee305", 199676},
|
||||
AD_LISTEND
|
||||
},
|
||||
Common::IT_ITA,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_CD,
|
||||
GUIO2(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_BRIGHTPALETTE)
|
||||
},
|
||||
},
|
||||
|
||||
// Czech fan-made translation
|
||||
// From bug #7078
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user