mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-25 11:06:54 +01:00
[BotW] Change the default FPS of static to 45
It makes indirectly clearer how it works, to those that don't change the default.
This commit is contained in:
parent
0e035ae902
commit
0f8c7f6951
@ -5,6 +5,10 @@ path = "The Legend of Zelda: Breath of the Wild/Mods/Static FPS Mod"
|
|||||||
description = "Simplified FPS++ to keep behavior closer to the default game. Don't mix dynamic and static mods. It requires that you can maintain the target FPS."
|
description = "Simplified FPS++ to keep behavior closer to the default game. Don't mix dynamic and static mods. It requires that you can maintain the target FPS."
|
||||||
version = 3
|
version = 3
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = Static 45FPS
|
||||||
|
$targetFPS:int = 45
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = Static 60FPS (ideal for 240/120/60Hz displays)
|
name = Static 60FPS (ideal for 240/120/60Hz displays)
|
||||||
$targetFPS:int = 60
|
$targetFPS:int = 60
|
||||||
@ -13,10 +17,6 @@ $targetFPS:int = 60
|
|||||||
name = Static 30FPS (most stable; ideal for 240/120/60Hz displays)
|
name = Static 30FPS (most stable; ideal for 240/120/60Hz displays)
|
||||||
$targetFPS:int = 30
|
$targetFPS:int = 30
|
||||||
|
|
||||||
[Preset]
|
|
||||||
name = Static 45FPS
|
|
||||||
$targetFPS:int = 45
|
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name= Static 165FPS (ideal for 165hz displays)
|
name= Static 165FPS (ideal for 165hz displays)
|
||||||
$targetFPS:it = 165
|
$targetFPS:it = 165
|
||||||
|
Loading…
Reference in New Issue
Block a user