[Scummvm-git-logs] scummvm master -> 59af2927b6f6e4b793a0738228c5acf5e8198a79

ccawley2011 noreply at scummvm.org
Fri Mar 11 22:18:46 UTC 2022


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:
59af2927b6 BASE: Update the list of stretch modes in the CLI help string


Commit: 59af2927b6f6e4b793a0738228c5acf5e8198a79
    https://github.com/scummvm/scummvm/commit/59af2927b6f6e4b793a0738228c5acf5e8198a79
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2022-03-11T22:18:42Z

Commit Message:
BASE: Update the list of stretch modes in the CLI help string

Changed paths:
    base/commandLine.cpp


diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index 00fd8a86998..407d4d945f0 100644
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -105,7 +105,8 @@ static const char HELP_STRING[] =
 	"  -f, --fullscreen         Force full-screen mode\n"
 	"  -F, --no-fullscreen      Force windowed mode\n"
 	"  -g, --gfx-mode=MODE      Select graphics mode\n"
-	"  --stretch-mode=MODE      Select stretch mode (center, integral, fit, stretch)\n"
+	"  --stretch-mode=MODE      Select stretch mode (center, pixel-perfect, even-pixels,\n"
+	"                           fit, stretch, fit_force_aspect)\n"
 	"  --scaler=MODE            Select graphics scaler (normal,hq,edge,advmame,sai,\n"
 	"                           supersai,supereagle,pm,dotmatrix,tv2x)\n"
 	"  --scale-factor=FACTOR    Factor to scale the graphics by\n"




More information about the Scummvm-git-logs mailing list