aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/detection_tables.h
diff options
context:
space:
mode:
authorrootfather2017-01-19 20:40:37 +0100
committerrootfather2017-01-19 20:40:37 +0100
commitb65a8eda6620aa2c9b52b01cbf576bb9ace4028a (patch)
tree203400cf720d82fe138bb12328e87a55697f3170 /engines/bladerunner/detection_tables.h
parent953e4e6d210a0d53cbeaae4ca9e17432840dc0ed (diff)
downloadscummvm-rg350-b65a8eda6620aa2c9b52b01cbf576bb9ace4028a.tar.gz
scummvm-rg350-b65a8eda6620aa2c9b52b01cbf576bb9ace4028a.tar.bz2
scummvm-rg350-b65a8eda6620aa2c9b52b01cbf576bb9ace4028a.zip
BLADERUNNER: Add detection for German version
Diffstat (limited to 'engines/bladerunner/detection_tables.h')
-rw-r--r--engines/bladerunner/detection_tables.h14
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
};