aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/PlatformConfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libui_sdl/PlatformConfig.cpp')
-rw-r--r--src/libui_sdl/PlatformConfig.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/libui_sdl/PlatformConfig.cpp b/src/libui_sdl/PlatformConfig.cpp
index 065d9c2..f700ecb 100644
--- a/src/libui_sdl/PlatformConfig.cpp
+++ b/src/libui_sdl/PlatformConfig.cpp
@@ -40,9 +40,8 @@ int ScreenLayout;
int ScreenSizing;
int ScreenFilter;
-int ScreenScale;
+int ScreenUseGL;
int ScreenRatio;
-int ScreenScaleMode;
int LimitFPS;
@@ -105,9 +104,8 @@ ConfigEntry PlatformConfigFile[] =
{"ScreenSizing", 0, &ScreenSizing, 0, NULL, 0},
{"ScreenFilter", 0, &ScreenFilter, 1, NULL, 0},
- {"ScreenScale", 0, &ScreenScale, 0, NULL, 0},
+ {"ScreenUseGL", 0, &ScreenUseGL, 1, NULL, 0},
{"ScreenRatio", 0, &ScreenRatio, 0, NULL, 0},
- {"ScreenScaleMode", 0, &ScreenScaleMode, 0, NULL, 0},
{"LimitFPS", 0, &LimitFPS, 1, NULL, 0},