Skip to content

Commit 2ec6990

Browse files
committed
Set vsync to 1 for ATI compat.
1 parent 8178811 commit 2ec6990

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LuaMenu/widgets/chobby/components/configuration.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ function Configuration:init()
294294
self.AtiIntelSettingsOverride = {
295295
AdvSky = 0,
296296
UsePBO = 0,
297-
VSync = -1,
297+
VSync = 1,
298298
}
299299

300300
self.countryShortnames = VFS.Include(LUA_DIRNAME .. "configs/countryShortname.lua")

0 commit comments

Comments
 (0)