From b34275fe42d1636aa5933c41778ed47d11a23ff3 Mon Sep 17 00:00:00 2001 From: epigramx Date: Tue, 29 Jan 2019 11:49:11 +0200 Subject: [PATCH] Default it to 60Hz --- Mods/BreathOfTheWild_StaticFPS/rules.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Mods/BreathOfTheWild_StaticFPS/rules.txt b/Mods/BreathOfTheWild_StaticFPS/rules.txt index e756a42e..e761f5b5 100644 --- a/Mods/BreathOfTheWild_StaticFPS/rules.txt +++ b/Mods/BreathOfTheWild_StaticFPS/rules.txt @@ -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