diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/bladerunner/detection_tables.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/bladerunner/detection_tables.h b/engines/bladerunner/detection_tables.h index 940c854ce6..b2589786dc 100644 --- a/engines/bladerunner/detection_tables.h +++ b/engines/bladerunner/detection_tables.h @@ -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 }; |