[Scummvm-git-logs] scummvm master -> 2870f3627c333116cad672e33d60f9d0e0e7fbba
sev-
noreply at scummvm.org
Fri May 3 22:12:23 UTC 2024
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:
2870f3627c BASE: Enable aspect ratio correction by default
Commit: 2870f3627c333116cad672e33d60f9d0e0e7fbba
https://github.com/scummvm/scummvm/commit/2870f3627c333116cad672e33d60f9d0e0e7fbba
Author: AndywinXp (andywinxp at gmail.com)
Date: 2024-05-04T00:12:20+02:00
Commit Message:
BASE: Enable aspect ratio correction by default
Changed paths:
base/commandLine.cpp
diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index 2123ccd63ce..a546b59cad3 100644
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -291,7 +291,7 @@ void registerDefaults() {
// Graphics
ConfMan.registerDefault("fullscreen", false);
ConfMan.registerDefault("filtering", false);
- ConfMan.registerDefault("aspect_ratio", false);
+ ConfMan.registerDefault("aspect_ratio", true);
ConfMan.registerDefault("gfx_mode", "normal");
ConfMan.registerDefault("render_mode", "default");
ConfMan.registerDefault("desired_screen_aspect_ratio", "auto");
More information about the Scummvm-git-logs
mailing list