mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 01:29:18 +01:00
[Skylanders: Spyro's Adventure] Fix FPS patch
This commit is contained in:
parent
b7481fcdf7
commit
b40bb2b6e2
@ -2,11 +2,11 @@
|
|||||||
titleIds = 0005000010142d00
|
titleIds = 0005000010142d00
|
||||||
name = FPS
|
name = FPS
|
||||||
path = "Skylanders: Spyro's Adventure/Mods/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
|
version = 6
|
||||||
|
|
||||||
[Default]
|
[Default]
|
||||||
$targetFPS:int = 30
|
$targetFPS:int = 60
|
||||||
|
|
||||||
|
|
||||||
# FPS Limit
|
# FPS Limit
|
||||||
@ -55,7 +55,7 @@ $targetFPS:int = 72
|
|||||||
[Preset]
|
[Preset]
|
||||||
name = 60 FPS
|
name = 60 FPS
|
||||||
category = FPS Limit
|
category = FPS Limit
|
||||||
$targetFPS:int = 60
|
default = 1
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 40 FPS
|
name = 40 FPS
|
||||||
@ -63,9 +63,9 @@ category = FPS Limit
|
|||||||
$targetFPS:int = 40
|
$targetFPS:int = 40
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 30 FPS (Default)
|
name = 30 FPS
|
||||||
category = FPS Limit
|
category = FPS Limit
|
||||||
default = 1
|
$targetFPS:int = 30
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 20 FPS
|
name = 20 FPS
|
||||||
|
Loading…
Reference in New Issue
Block a user