Make limit framerate default instead of audio sync

This commit is contained in:
Nadia Holmquist Pedersen 2021-08-04 00:53:47 +02:00
parent 85c2a76774
commit 996bfe8436
1 changed files with 2 additions and 2 deletions

View File

@ -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},