[client] added new option win:dontUpscale

This commit is contained in:
Geoffrey McRae
2020-10-12 23:27:33 +11:00
parent 38b05cda50
commit 46df25bb80
3 changed files with 20 additions and 0 deletions

View File

@@ -128,6 +128,7 @@ struct AppParams
bool allowResize;
bool keepAspect;
bool forceAspect;
bool dontUpscale;
bool borderless;
bool fullscreen;
bool maximize;