aboutsummaryrefslogtreecommitdiff
path: root/base/main.cpp
diff options
context:
space:
mode:
authorThierry Crozat2018-07-01 23:04:43 +0100
committerThierry Crozat2018-07-08 16:54:51 +0100
commitadacb4fcfd743aa3980b3e08c62578f32de2d0b3 (patch)
tree09ad0e04f3d3f984e2fc6e997e722e5d24e084fe /base/main.cpp
parent812ce59ee44d669d2b17a1c1602f9364900b9479 (diff)
downloadscummvm-rg350-adacb4fcfd743aa3980b3e08c62578f32de2d0b3.tar.gz
scummvm-rg350-adacb4fcfd743aa3980b3e08c62578f32de2d0b3.tar.bz2
scummvm-rg350-adacb4fcfd743aa3980b3e08c62578f32de2d0b3.zip
BASE: Add command line stretch mode arg
Diffstat (limited to 'base/main.cpp')
-rw-r--r--base/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/main.cpp b/base/main.cpp
index cbf2e235c3..c43b865251 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -296,6 +296,8 @@ static void setupGraphics(OSystem &system) {
system.setFeatureState(OSystem::kFeatureFullscreenMode, ConfMan.getBool("fullscreen"));
if (ConfMan.hasKey("filtering"))
system.setFeatureState(OSystem::kFeatureFilteringMode, ConfMan.getBool("filtering"));
+ if (ConfMan.hasKey("stretch_mode"))
+ system.setStretchMode(ConfMan.get("stretch_mode").c_str());
system.endGFXTransaction();
// When starting up launcher for the first time, the user might have specified