mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
TINSEL: Fix for #3091314 - Added extra detection entries for Multi-lingual DW1
This adds in German, Italian, and Spanish as detection entries, so a user can immediately select what language to run the game in. svn-id: r53724
This commit is contained in:
parent
3fb739f90a
commit
fe06b7d151
@ -102,6 +102,75 @@ static const TinselGameDescription gameDescriptions[] = {
|
||||
TINSEL_V1,
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
"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::DE_DEU,
|
||||
Common::kPlatformPC,
|
||||
ADGF_DROPLANGUAGE,
|
||||
GUIO_NOSPEECH
|
||||
},
|
||||
GID_DW1,
|
||||
0,
|
||||
GF_FLOPPY | GF_USE_4FLAGS | GF_ENHANCED_AUDIO_SUPPORT,
|
||||
TINSEL_V1,
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
"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::IT_ITA,
|
||||
Common::kPlatformPC,
|
||||
ADGF_DROPLANGUAGE,
|
||||
GUIO_NOSPEECH
|
||||
},
|
||||
GID_DW1,
|
||||
0,
|
||||
GF_FLOPPY | GF_USE_4FLAGS | GF_ENHANCED_AUDIO_SUPPORT,
|
||||
TINSEL_V1,
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
"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::ES_ESP,
|
||||
Common::kPlatformPC,
|
||||
ADGF_DROPLANGUAGE,
|
||||
GUIO_NOSPEECH
|
||||
},
|
||||
GID_DW1,
|
||||
0,
|
||||
GF_FLOPPY | GF_USE_4FLAGS | GF_ENHANCED_AUDIO_SUPPORT,
|
||||
TINSEL_V1,
|
||||
},
|
||||
|
||||
{ // Floppy V1 version, with *.gra files
|
||||
{
|
||||
"dw",
|
||||
|
Loading…
x
Reference in New Issue
Block a user