diff options
-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 110994b923..9886f78528 100644 --- a/engines/bladerunner/detection_tables.h +++ b/engines/bladerunner/detection_tables.h @@ -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 }; |