diff options
Diffstat (limited to 'engines/bladerunner')
-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 5b6c3d5fa4..110994b923 100644 --- a/engines/bladerunner/detection_tables.h +++ b/engines/bladerunner/detection_tables.h @@ -68,6 +68,20 @@ static const ADGameDescription gameDescriptions[] = { GUIO0() }, + // BladeRunner (Italian) + { + "bladerunner", + 0, + { + {"STARTUP.MIX", 0, "c7ceb9c691223d25e78516aa519ff504", 2314461}, + AD_LISTEND + }, + Common::IT_ITA, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO0() + }, + AD_TABLE_END_MARKER }; |