From b40bb2b6e21fb1c32844f0b0044e93c4cc0515eb Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Thu, 17 Jun 2021 20:50:55 +0200 Subject: [PATCH] [Skylanders: Spyro's Adventure] Fix FPS patch --- src/SkylandersSpyrosAdventure/Mods/FPS/rules.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/SkylandersSpyrosAdventure/Mods/FPS/rules.txt b/src/SkylandersSpyrosAdventure/Mods/FPS/rules.txt index 6ac3cdcb..031d9f0f 100644 --- a/src/SkylandersSpyrosAdventure/Mods/FPS/rules.txt +++ b/src/SkylandersSpyrosAdventure/Mods/FPS/rules.txt @@ -2,11 +2,11 @@ titleIds = 0005000010142d00 name = FPS path = "Skylanders: Spyro's Adventure/Mods/FPS" -description = Changes the game's dynamic FPS target. Might have bugs, especially when going above 120 FPS.||Made by Mew00. +description = Changes the game's dynamic FPS target. Might increase the chance of issues with scanning figures.||Made by Mew00. version = 6 [Default] -$targetFPS:int = 30 +$targetFPS:int = 60 # FPS Limit @@ -55,7 +55,7 @@ $targetFPS:int = 72 [Preset] name = 60 FPS category = FPS Limit -$targetFPS:int = 60 +default = 1 [Preset] name = 40 FPS @@ -63,9 +63,9 @@ category = FPS Limit $targetFPS:int = 40 [Preset] -name = 30 FPS (Default) +name = 30 FPS category = FPS Limit -default = 1 +$targetFPS:int = 30 [Preset] name = 20 FPS