mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
[BotW] Disable experimental vsync method temporarily
This commit is contained in:
parent
ea6457b416
commit
6e803c0516
@ -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 New Issue
Block a user