[client] main: add new option for integer only upscaling

The new option `win:intUpscale` will limit upscaling to integer sizes
only if enabled.
This commit is contained in:
Geoffrey McRae
2022-05-09 14:05:04 +10:00
parent 6afd262a27
commit 0a768a5a7f
3 changed files with 23 additions and 0 deletions

View File

@@ -148,6 +148,7 @@ struct AppParams
bool keepAspect;
bool forceAspect;
bool dontUpscale;
bool intUpscale;
bool shrinkOnUpscale;
bool borderless;
bool fullscreen;