diff options
author | Nadia Holmquist Pedersen <nadia@nhp.sh> | 2021-08-04 00:53:47 +0200 |
---|---|---|
committer | Nadia Holmquist Pedersen <nadia@nhp.sh> | 2021-08-04 00:53:47 +0200 |
commit | 996bfe84362729120aa76519c3948c90354a4e5a (patch) | |
tree | 3d698d26b37fa1a444edecc4c51cd9e55aaf5847 /src/frontend/qt_sdl/PlatformConfig.cpp | |
parent | 85c2a767748e586bf98097ee6c966c1dc4b5d831 (diff) |
Make limit framerate default instead of audio sync
Diffstat (limited to 'src/frontend/qt_sdl/PlatformConfig.cpp')
-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}, |