Skip to content

Commit

Permalink
BLADERUNNER: Add detection for German version
Browse files Browse the repository at this point in the history
  • Loading branch information
rootfather committed Jan 19, 2017
1 parent 953e4e6 commit b65a8ed
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions engines/bladerunner/detection_tables.h
Expand Up @@ -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
};

Expand Down

0 comments on commit b65a8ed

Please sign in to comment.