Added detection for 4-language floppy version of DW (see report on forum post 39703)
svn-id: r34486
This commit is contained in:
parent
14ac01a11a
commit
62a75f2615
1 changed files with 24 additions and 0 deletions
|
@ -112,6 +112,30 @@ static const TinselGameDescription gameDescriptions[] = {
|
||||||
TINSEL_V1,
|
TINSEL_V1,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{ // Multilingual floppy with *.gra files.
|
||||||
|
// Note: It contains no english subtitles.
|
||||||
|
// Reported on our forums.
|
||||||
|
{
|
||||||
|
"dw",
|
||||||
|
"Floppy",
|
||||||
|
{
|
||||||
|
{"dw.gra", 0, "c8808ccd988d603dd35dff42013ae7fd", 781656},
|
||||||
|
{"french.txt", 0, NULL, -1},
|
||||||
|
{"german.txt", 0, NULL, -1},
|
||||||
|
{"italian.txt", 0, NULL, -1},
|
||||||
|
{"spanish.txt", 0, NULL, -1},
|
||||||
|
{NULL, 0, NULL, 0}
|
||||||
|
},
|
||||||
|
Common::FR_FRA,
|
||||||
|
Common::kPlatformPC,
|
||||||
|
Common::ADGF_DROPLANGUAGE
|
||||||
|
},
|
||||||
|
GID_DW1,
|
||||||
|
0,
|
||||||
|
GF_FLOPPY | GF_USE_4FLAGS,
|
||||||
|
TINSEL_V1,
|
||||||
|
},
|
||||||
|
|
||||||
{ // English CD. This version has *.gra files
|
{ // English CD. This version has *.gra files
|
||||||
{
|
{
|
||||||
"dw",
|
"dw",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue