[Scummvm-git-logs] scummvm master -> fbec77963dc3563ad7c32afc8ef2693a53b5dd9d

antoniou79 a.antoniou79 at gmail.com
Sat Jan 18 20:47:35 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
fbec77963d BLADERUNNER: Allow detection of Spanish version for restored content mode


Commit: fbec77963dc3563ad7c32afc8ef2693a53b5dd9d
    https://github.com/scummvm/scummvm/commit/fbec77963dc3563ad7c32afc8ef2693a53b5dd9d
Author: Thanasis Antoniou (a.antoniou79 at gmail.com)
Date: 2020-01-18T22:46:53+02:00

Commit Message:
BLADERUNNER: Allow detection of Spanish version for restored content mode

Changed paths:
    engines/bladerunner/detection_tables.h


diff --git a/engines/bladerunner/detection_tables.h b/engines/bladerunner/detection_tables.h
index bc504bd..7af030b 100644
--- a/engines/bladerunner/detection_tables.h
+++ b/engines/bladerunner/detection_tables.h
@@ -200,6 +200,17 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO5(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS, GAMEOPTION_FRAMELIMITER_FPS, GUIO_NOMIDI)
 	},
 
+	// BladeRunner (Spanish)
+	{
+		"bladerunner-final",
+		0,
+		AD_ENTRY1s("STARTUP.MIX", "54cad53da9e4ae03a85648834ac6765d", 2312976),
+		Common::ES_ESP,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO5(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS, GAMEOPTION_FRAMELIMITER_FPS, GUIO_NOMIDI)
+	},
+
 	AD_TABLE_END_MARKER
 };
 




More information about the Scummvm-git-logs mailing list