Merge pull request #13098 from SuperSamus/skylanders-ini

GameINI: Add Skylanders titles
This commit is contained in:
JMC47 2024-10-04 12:39:47 -04:00 committed by GitHub
commit e6f222c86b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# SK8P52, SK8D52, SK8V52, SK8I52, SK8E52 - Skylanders: Trap Team
[Core]
# Values set here will override the main Dolphin settings.
[OnLoad]
# Add memory patches to be loaded once on boot here.
[OnFrame]
# Add memory patches to be applied every frame here.
[ActionReplay]
# Add action replay cheats here.
[Video_Hacks]
EFBEmulateFormatChanges = True
ImmediateXFBEnable = False

View File

@ -0,0 +1,17 @@
# SKYP52, SKYZ52, SKYE52, SKYX52, SKYY52 - Skylanders: Giants
[Core]
# Values set here will override the main Dolphin settings.
[OnLoad]
# Add memory patches to be loaded once on boot here.
[OnFrame]
# Add memory patches to be applied every frame here.
[ActionReplay]
# Add action replay cheats here.
[Video_Hacks]
EFBEmulateFormatChanges = True
ImmediateXFBEnable = False

View File

@ -0,0 +1,17 @@
# SSPE52, SSPP52, SSPX52, SSPY52, SSPJGD - Skylanders: Spyro's Adventure
[Core]
# Values set here will override the main Dolphin settings.
[OnLoad]
# Add memory patches to be loaded once on boot here.
[OnFrame]
# Add memory patches to be applied every frame here.
[ActionReplay]
# Add action replay cheats here.
[Video_Hacks]
EFBEmulateFormatChanges = True
ImmediateXFBEnable = False