mirror of
https://github.com/cemu-project/cemu_graphic_packs
synced 2025-10-05 23:52:52 +02:00
[BotW] Add 90 FPS preset for Advanced Mode in FPS++ (#713)
This commit is contained in:
@@ -173,6 +173,13 @@ condition = $advancedMode == 1
|
||||
$fpsLimitAdvanced = 120
|
||||
$keepVsync:int = 0
|
||||
|
||||
[Preset]
|
||||
name = 90FPS (ideal for 90/180/360Hz displays)
|
||||
category = Framerate Limit
|
||||
condition = $advancedMode == 1
|
||||
$fpsLimitAdvanced = 90
|
||||
$keepVsync:int = 0
|
||||
|
||||
[Preset]
|
||||
name = 75FPS (ideal for 75Hz displays)
|
||||
category = Framerate Limit
|
||||
|
Reference in New Issue
Block a user