cemu_graphic_packs/Mods/BreathOfTheWild_FPS++/Limit FPS/rules.txt
Crementif 590daf5304 [BotW] Add central fence method pack, change ordering
Should be clear now which packs are required. Also, gone with the multiple fence skip packs. Instead, there's now a confusing mess for devs to sort out.
2019-04-07 14:34:38 +02:00

57 lines
1.3 KiB
Plaintext

[Definition]
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
name = Set FPS Limit
path = "The Legend of Zelda: Breath of the Wild/Mods/FPS++/Set FPS Limit (Required)"
description = Sets a cap on the FPS. If you want no gameplay bugs, use 30FPS. These bugs range from crashing after cutscenes, certain boss fights will fly away to the horizon and some physics are more intense.
version = 3
[Preset]
name = 60FPS (ideal for 240/120/60Hz displays)
$targetFPS:int = 60
[Preset]
name = 30FPS (ideal for 240/120/60Hz displays)
$targetFPS:int = 30
[Preset]
name = 40FPS (ideal for 240/120/60Hz displays)
$targetFPS:int = 40
[Preset]
name = 20FPS (ideal for 240/120/60Hz displays)
$targetFPS:int = 20
[Preset]
name = 33FPS (ideal for 165Hz displays)
$targetFPS:int = 33
[Preset]
name = 48FPS (ideal for 144Hz displays)
$targetFPS:int = 48
[Preset]
name = 55FPS (ideal for 165Hz displays)
$targetFPS:int = 55
[Preset]
name = 72FPS (ideal for 144Hz displays)
$targetFPS:int = 72
[Preset]
name = 75FPS (ideal for 75Hz displays)
$targetFPS:int = 75
[Preset]
name = 120FPS (ideal for 240/120/60Hz displays)
$targetFPS:int = 120
[Preset]
name = 144FPS (ideal for 144Hz displays)
$targetFPS:int = 144
[Preset]
name = 165FPS (ideal for 165Hz displays)
$targetFPS:int = 165
[Control]
vsyncFrequency = $targetFPS