mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-21 17:19:18 +01:00
[Skylanders Swap Force] Add Portal Communication Fix graphic pack
Also some stability fixes.
This commit is contained in:
parent
2c5a66e582
commit
0a52e5b34d
@ -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]
|
||||
|
@ -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
|
@ -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.
|
Loading…
Reference in New Issue
Block a user