mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 19:27:36 -03:00
Default it to 60Hz
This commit is contained in:
parent
aa18b68bee
commit
b34275fe42
1 changed files with 4 additions and 4 deletions
|
@ -5,14 +5,14 @@ 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."
|
||||
version = 3
|
||||
|
||||
[Preset]
|
||||
name = Static 30FPS (most stable; ideal for 240/120/60Hz displays)
|
||||
$targetFPS:int = 30
|
||||
|
||||
[Preset]
|
||||
name = Static 60FPS (ideal for 240/120/60Hz displays)
|
||||
$targetFPS:int = 60
|
||||
|
||||
[Preset]
|
||||
name = Static 30FPS (most stable; ideal for 240/120/60Hz displays)
|
||||
$targetFPS:int = 30
|
||||
|
||||
[Preset]
|
||||
name = Static 45FPS
|
||||
$targetFPS:int = 45
|
||||
|
|
Loading…
Reference in a new issue