[Scummvm-git-logs] scummvm master -> 49d2ba984d968a07a66eb92da471c66762453a18

bluegr noreply at scummvm.org
Wed Oct 29 10:44:25 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:
49d2ba984d COMMON: Fix --renderer commandline option


Commit: 49d2ba984d968a07a66eb92da471c66762453a18
    https://github.com/scummvm/scummvm/commit/49d2ba984d968a07a66eb92da471c66762453a18
Author: Christian Krause (chkr at plauener.de)
Date: 2025-10-29T12:44:22+02:00

Commit Message:
COMMON: Fix --renderer commandline option

- store the value of the renderer option properly in ConfMan
- fixes the problem that the 3D renderer for the GRIM engine
  could not be chosen

Changed paths:
    base/commandLine.cpp


diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index a3bfb6be84b..7db1d184a13 100644
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -2176,6 +2176,7 @@ bool processSettings(Common::String &command, Common::StringMap &settings, Commo
 		"talkspeed",
 		"render-mode",
 		"random-seed",
+		"renderer",
 		nullptr
 	};
 




More information about the Scummvm-git-logs mailing list