mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 10:21:31 +00:00
BLADERUNNER: Added Russian Version Detection
This is for a localised "Fargus" release.
This commit is contained in:
parent
a1b9b0c0a1
commit
ddb4c8bfd2
@ -82,6 +82,20 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
GUIO0()
|
||||
},
|
||||
|
||||
// BladeRunner (Russian)
|
||||
{
|
||||
"bladerunner",
|
||||
0,
|
||||
{
|
||||
{"STARTUP.MIX", 0, "c198b54a5366b88b1734bbca21d3b192", 2678672},
|
||||
AD_LISTEND
|
||||
},
|
||||
Common::RU_RUS,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO0()
|
||||
},
|
||||
|
||||
AD_TABLE_END_MARKER
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user