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.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libui_sdl/PlatformConfig.cpp b/src/libui_sdl/PlatformConfig.cpp
index fb31ccd..c8ec19f 100644
--- a/src/libui_sdl/PlatformConfig.cpp
+++ b/src/libui_sdl/PlatformConfig.cpp
@@ -47,6 +47,7 @@ int ScreenVSync;
int ScreenRatio;
int LimitFPS;
+int AudioSync;
int ShowOSD;
int DirectBoot;
@@ -122,7 +123,8 @@ ConfigEntry PlatformConfigFile[] =
{"ScreenVSync", 0, &ScreenVSync, 0, NULL, 0},
{"ScreenRatio", 0, &ScreenRatio, 0, NULL, 0},
- {"LimitFPS", 0, &LimitFPS, 1, NULL, 0},
+ {"LimitFPS", 0, &LimitFPS, 0, NULL, 0},
+ {"AudioSync", 0, &AudioSync, 1, NULL, 0},
{"ShowOSD", 0, &ShowOSD, 1, NULL, 0},
{"DirectBoot", 0, &DirectBoot, 1, NULL, 0},