diff options
Diffstat (limited to 'src/libui_sdl/PlatformConfig.h')
-rw-r--r-- | src/libui_sdl/PlatformConfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libui_sdl/PlatformConfig.h b/src/libui_sdl/PlatformConfig.h index ed31e18..0cff1d2 100644 --- a/src/libui_sdl/PlatformConfig.h +++ b/src/libui_sdl/PlatformConfig.h @@ -48,6 +48,10 @@ extern int ScreenLayout; extern int ScreenSizing; extern int ScreenFilter; +extern int ScreenScale; +extern int ScreenRatio; +extern int ScreenScaleMode; + extern int LimitFPS; extern int DirectBoot; |