aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorBertrand Augereau2009-08-10 18:03:54 +0000
committerBertrand Augereau2009-08-10 18:03:54 +0000
commit10b74c336b12104bac47c22eae0678123c67fab4 (patch)
treec3143e07699a6108b779b41b79fc153a41f47c2e /base
parent19d5aa25dc9997d9c3527e1c3326ed179331f836 (diff)
downloadscummvm-rg350-10b74c336b12104bac47c22eae0678123c67fab4.tar.gz
scummvm-rg350-10b74c336b12104bac47c22eae0678123c67fab4.tar.bz2
scummvm-rg350-10b74c336b12104bac47c22eae0678123c67fab4.zip
Option "desired_screen_aspect_ratio" for fullscreen mode in the SDL backend
Shortcoming: the picture is not centered svn-id: r43214
Diffstat (limited to 'base')
-rw-r--r--base/commandLine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index 890d14db92..086093ed9b 100644
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -157,6 +157,7 @@ void registerDefaults() {
ConfMan.registerDefault("aspect_ratio", false);
ConfMan.registerDefault("gfx_mode", "normal");
ConfMan.registerDefault("render_mode", "default");
+ ConfMan.registerDefault("desired_screen_aspect_ratio", "auto");
// Sound & Music
ConfMan.registerDefault("music_volume", 192);