[BotW] Disable experimental vsync method temporarily

This commit is contained in:
Crementif 2022-03-09 21:03:25 +01:00 committed by GitHub
parent ea6457b416
commit 6e803c0516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ name = 30FPS Limit
category = FPS Limit
condition = $advancedMode == 0
$fpsLimitNormal = 30
$keepVsync:int = 1
$keepVsync:int = 0
[Preset]
name = 20FPS Limit
@ -228,7 +228,7 @@ name = 30FPS (ideal for 240/120/60Hz displays)
category = Framerate Limit
condition = $advancedMode == 1
$fpsLimitAdvanced = 30
$keepVsync:int = 1
$keepVsync:int = 0
[Preset]
name = 20FPS (ideal for 240/120/60Hz displays)