mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 11:17:34 -03:00
[BotW] Disable experimental vsync method temporarily
This commit is contained in:
parent
ea6457b416
commit
6e803c0516
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue