mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-02-19 01:09:58 +00:00
[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:
@@ -148,6 +148,7 @@ struct AppParams
|
||||
bool keepAspect;
|
||||
bool forceAspect;
|
||||
bool dontUpscale;
|
||||
bool intUpscale;
|
||||
bool shrinkOnUpscale;
|
||||
bool borderless;
|
||||
bool fullscreen;
|
||||
|
||||
Reference in New Issue
Block a user