mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-28 15:26:12 +00:00
SWORD2: Added detection for Polish alternate version. Bug #14277
This commit is contained in:
parent
45b03009ef
commit
44a55cdd44
@ -240,6 +240,18 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
GUIO0()
|
||||
},
|
||||
|
||||
{ // Alternate version. Bugreport #14277
|
||||
"sword2",
|
||||
"English speech/alternate version",
|
||||
AD_ENTRY3s("general.clu", "31db8564f9187538f24d9fda0677f666", 7059728,
|
||||
"text.clu", "77fb6f58acad0f9c4eebeb5527b32861", 410707,
|
||||
"docks.clu", "b39246fbb5b955a29f9a207c69bfc318", 20262263),
|
||||
Common::PL_POL,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO0()
|
||||
},
|
||||
|
||||
{
|
||||
"sword2",
|
||||
"English speech",
|
||||
|
Loading…
x
Reference in New Issue
Block a user