diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/frontend/qt_sdl/PlatformConfig.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/qt_sdl/PlatformConfig.cpp b/src/frontend/qt_sdl/PlatformConfig.cpp index d98c5d3..faf9284 100644 --- a/src/frontend/qt_sdl/PlatformConfig.cpp +++ b/src/frontend/qt_sdl/PlatformConfig.cpp @@ -164,8 +164,8 @@ ConfigEntry PlatformConfigFile[] = {"GL_ScaleFactor", 0, &GL_ScaleFactor, 1, NULL, 0}, {"GL_BetterPolygons", 0, &GL_BetterPolygons, 0, NULL, 0}, - {"LimitFPS", 0, &LimitFPS, 0, NULL, 0}, - {"AudioSync", 0, &AudioSync, 1, NULL, 0}, + {"LimitFPS", 0, &LimitFPS, 1, NULL, 0}, + {"AudioSync", 0, &AudioSync, 0, NULL, 0}, {"ShowOSD", 0, &ShowOSD, 1, NULL, 0}, {"ConsoleType", 0, &ConsoleType, 0, NULL, 0}, |