mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 00:41:12 +00:00
TINSEL: Add the English Mac version of DW1 (bug #3614864)
This commit is contained in:
parent
7520aea2ec
commit
4c90548380
@ -478,6 +478,26 @@ static const TinselGameDescription gameDescriptions[] = {
|
||||
},
|
||||
#endif
|
||||
|
||||
{ // Mac English CD, see tracker #3614864
|
||||
{
|
||||
"dw",
|
||||
"CD",
|
||||
{
|
||||
{"dw.scn", 0, "114643df0d1f1530a0a9c5d4e38917bc", 1268553},
|
||||
{"english.smp", 0, NULL, -1},
|
||||
{NULL, 0, NULL, 0}
|
||||
},
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformMacintosh,
|
||||
ADGF_CD,
|
||||
GUIO0()
|
||||
},
|
||||
GID_DW1,
|
||||
0,
|
||||
GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT,
|
||||
TINSEL_V1,
|
||||
},
|
||||
|
||||
{ // Mac multilanguage CD
|
||||
{
|
||||
"dw",
|
||||
|
Loading…
Reference in New Issue
Block a user