mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
Add detection for Russian version of DW2.
svn-id: r40622
This commit is contained in:
parent
1a427f8a98
commit
fd7ffd6f74
@ -459,6 +459,26 @@ static const TinselGameDescription gameDescriptions[] = {
|
||||
TINSEL_V2,
|
||||
},
|
||||
|
||||
{ // Russian Discworld 2 release by Fargus
|
||||
{
|
||||
"dw2",
|
||||
"CD",
|
||||
{
|
||||
{"dw2.scn", 0, "c6d15ce9720a9d8fef06e6582dcf3f34", 103593},
|
||||
{"english1.smp", 0, "aa8d05f6fade11e6f066d42c302c8e89", 250926923},
|
||||
{"english1.txt", 0, "b522e19d7b2cd7b85e50e36fe48e36a9", 274444},
|
||||
{NULL, 0, NULL, 0}
|
||||
},
|
||||
Common::RU_RUS,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS
|
||||
},
|
||||
GID_DW2,
|
||||
0,
|
||||
GF_CD | GF_SCNFILES,
|
||||
TINSEL_V2,
|
||||
},
|
||||
|
||||
{ AD_TABLE_END_MARKER, 0, 0, 0, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user