From f22e78b8d0ec660804692431bb5d03c45da5dcf2 Mon Sep 17 00:00:00 2001 From: Pig Date: Sun, 17 Jan 2021 22:51:07 +0100 Subject: [PATCH] [FPS++] Re-remove 32 frames averaged For 60fps this takes a little more than half a second, for 30fps this takes a little OVER a second. --- src/BreathOfTheWild/Mods/FPS++/rules.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/BreathOfTheWild/Mods/FPS++/rules.txt b/src/BreathOfTheWild/Mods/FPS++/rules.txt index f3f7523e..d73e6767 100644 --- a/src/BreathOfTheWild/Mods/FPS++/rules.txt +++ b/src/BreathOfTheWild/Mods/FPS++/rules.txt @@ -238,12 +238,6 @@ $staticFPSMode:int = 0 # Frame Average -[Preset] -name = 32 Frames Averaged (short slowdown after FPS drops) -category = Frame Average -condition = ($advancedMode-$staticFPSMode == 1) -$frameAverageAmount = 32 - [Preset] name = 16 Frames Averaged category = Frame Average