[Scummvm-git-logs] scummvm branch-3-0 -> 6051618931d6662da06c26d422b06008f5515e86

antoniou79 noreply at scummvm.org
Sat Dec 20 17:06:58 UTC 2025


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

Summary:
6051618931 BLADERUNNER: Properly warn about unofficial localization opting out


Commit: 6051618931d6662da06c26d422b06008f5515e86
    https://github.com/scummvm/scummvm/commit/6051618931d6662da06c26d422b06008f5515e86
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2025-12-20T19:06:51+02:00

Commit Message:
BLADERUNNER: Properly warn about unofficial localization opting out

Changed paths:
    engines/bladerunner/detection_tables.h


diff --git a/engines/bladerunner/detection_tables.h b/engines/bladerunner/detection_tables.h
index f0c5c725015..dd6e8146d97 100644
--- a/engines/bladerunner/detection_tables.h
+++ b/engines/bladerunner/detection_tables.h
@@ -206,7 +206,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("STARTUP.MIX", "c198b54a5366b88b1734bbca21d3b192", 2678672),
 		Common::RU_RUS,
 		Common::kPlatformWindows,
-		ADGF_UNSTABLE,
+		ADGF_UNSUPPORTED,
 		GUIO7(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS, GAMEOPTION_FRAMELIMITER_FPS, GAMEOPTION_DISABLE_STAMINA_DRAIN, GAMEOPTION_SHOW_SUBS_IN_CRAWL, GUIO_NOMIDI)
 	},
 
@@ -217,7 +217,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("STARTUP.MIX", "d62498a7415682bb3ff86a894303c836", 2810053),
 		Common::RU_RUS,
 		Common::kPlatformWindows,
-		ADGF_UNSTABLE,
+		ADGF_UNSUPPORTED,
 		GUIO7(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS, GAMEOPTION_FRAMELIMITER_FPS, GAMEOPTION_DISABLE_STAMINA_DRAIN, GAMEOPTION_SHOW_SUBS_IN_CRAWL, GUIO_NOMIDI)
 	},
 




More information about the Scummvm-git-logs mailing list