BLADERUNNER: Add detection for German version

This commit is contained in:
rootfather 2017-01-19 20:40:37 +01:00
parent 953e4e6d21
commit b65a8eda66

View File

@ -39,6 +39,20 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_NO_FLAGS,
GUIO0()
},
// BladeRunner (German)
{
"bladerunner",
0,
{
{"STARTUP.MIX", 0, "57d674ed860148a530b7f4957cbe65ec", 2314301},
AD_LISTEND
},
Common::DE_DEU,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO0()
},
AD_TABLE_END_MARKER
};