[Skylanders Swap Force] Add Portal Communication Fix graphic pack

Also some stability fixes.
This commit is contained in:
Crementif 2021-12-10 23:52:34 +01:00
parent 2c5a66e582
commit 0a52e5b34d
No known key found for this signature in database
GPG Key ID: 453870E0401C94C0
3 changed files with 22 additions and 1 deletions

View File

@ -2,7 +2,7 @@
titleIds = 0005000010139200,0005000010140400
name = FPS
path = "Skylanders Swap Force/Mods/FPS"
description = Changes the game's dynamic FPS target. Might have bugs, especially when going above 120 FPS.||Made by Mew00 for Imaginators, added by TheSkyDude134 for SWAP-Force.
description = Changes the game's dynamic FPS target. Might have bugs, especially when going above 120 FPS.||Made by Mew00 for Imaginators, added by TheSkyDude134 for Swap Force.
version = 6
[Default]

View File

@ -0,0 +1,11 @@
; This patch increases the frequency of how often the HID portal is polled which avoids internal report queues to ever fill up
[SkylandersSwapForce_V16]
moduleMatches = 0xa0b35374
0x101353F0 = .float 0.001
[SkylandersSwapForce_V0]
moduleMatches = 0xb1f102ec
0x10135390 = .float 0.001

View File

@ -0,0 +1,10 @@
[Definition]
titleIds = 0005000010140400,0005000010139200
name = Portal Stability Fix
path = "Skylanders Swap Force/Workarounds/Portal Stability Fix"
description = Increases stability of portal communication in Swap Force to fix issues at the Skylander Swap Force scanning screen.||Made by Exzap.
version = 6
default = 1
# This fix can't be ported to other skylanders games since this specific problem doesn't occur for those.
# Only this game suffers from this coding bug in the game, which does something Cemu can't properly emulate.