mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
[Skylanders] Fix mods for some versions
Thanks to DigitNetics for sending these changes.
This commit is contained in:
parent
d96dca4cb2
commit
5e435deb1f
@ -1,9 +1,9 @@
|
||||
[Definition]
|
||||
titleIds = 000500001010D700, 0005000010116000
|
||||
titleIds = 000500001010D700,0005000010116000
|
||||
name = Resolution
|
||||
path = "Skylanders Giants/Graphics"
|
||||
path = "Skylanders: Giants/Graphics"
|
||||
description = Changes the resolution of the game.
|
||||
version = 6
|
||||
version = 7
|
||||
|
||||
[Default]
|
||||
$width = 1280
|
||||
|
@ -1,9 +1,9 @@
|
||||
[Definition]
|
||||
titleIds = 000500001010D700, 0005000010116000
|
||||
titleIds = 000500001010D700,0005000010116000
|
||||
name = FPS
|
||||
path = "Skylanders Giants/Mods/FPS"
|
||||
description = Changes the game's dynamic FPS target. Might have bugs, especially when going above 120 FPS.||Made by Mew00.
|
||||
version = 6
|
||||
path = "Skylanders: Giants/Mods/FPS"
|
||||
description = Changes the game's FPS limit.|Running the game with a high FPS limit can result in glitches.||Made by DigitNetics and Mew00.
|
||||
version = 7
|
||||
|
||||
[Default]
|
||||
$targetFPS:int = 60
|
||||
@ -55,7 +55,6 @@ $targetFPS:int = 72
|
||||
name = 60 FPS (Default)
|
||||
category = FPS Limit
|
||||
default = 1
|
||||
$targetFPS:int = 60
|
||||
|
||||
[Preset]
|
||||
name = 40 FPS
|
||||
@ -65,6 +64,7 @@ $targetFPS:int = 40
|
||||
[Preset]
|
||||
name = 30 FPS
|
||||
category = FPS Limit
|
||||
$targetFPS:int = 30
|
||||
|
||||
[Preset]
|
||||
name = 20 FPS
|
||||
@ -73,4 +73,4 @@ $targetFPS:int = 20
|
||||
|
||||
|
||||
[Control]
|
||||
vsyncFrequency = 2*$targetFPS
|
||||
vsyncFrequency = $targetFPS
|
@ -1,7 +1,7 @@
|
||||
[Definition]
|
||||
titleIds = 00050000101BFC00,0005000E101B8500
|
||||
titleIds = 00050000101BFC00,0005000E101B8500,50000101b8500
|
||||
name = TV Resolution, Gamepad Resolution and Shadow Quality
|
||||
path = "Skylanders Superchargers/Graphics"
|
||||
path = "Skylanders: Superchargers/Graphics"
|
||||
description = Changes the TV resolution and gamepad resolution of the game. Additionally you can also change the quality of the shadows.||Made by Crementif and Winner Nombre.
|
||||
version = 6
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
[Definition]
|
||||
titleIds = 00050000101BFC00,0005000E101B8500
|
||||
titleIds = 00050000101BFC00,00050000101B8500
|
||||
name = FPS
|
||||
path = "Skylanders Superchargers/Graphics/FPS"
|
||||
description = Changes the game's dynamic FPS target. Might have bugs, especially when going above 120 FPS.||Made by Mew00 and Winner Nombre.
|
||||
version = 6
|
||||
path = "Skylanders: Superchargers/Mods/FPS"
|
||||
description = Changes the game's FPS limit.|Running the game with a high FPS limit can result in glitches.||Made by Mew00, Winner Nombre and DigitNetics.
|
||||
version = 7
|
||||
|
||||
[Default]
|
||||
$targetFPS:int = 30
|
||||
|
Loading…
Reference in New Issue
Block a user