[client] config: add option to disable auto client resolution switching

This commit is contained in:
Geoffrey McRae
2025-04-04 10:13:19 +11:00
parent c2a19f5e76
commit 9593301511
3 changed files with 11 additions and 1 deletions

View File

@@ -172,6 +172,7 @@ struct AppParams
bool center;
int x, y;
unsigned int w, h;
bool setGuestRes;
int fpsMin;
LG_RendererRotate winRotate;
bool useSpice;