mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
GameINI: Add Skylanders: Spyro's Adventure
`EFBEmulateFormatChanges = True` properly emulates the blur in the pause screen. `ImmediateXFBEnable = False` to prevent epilepsy-inducing FMVs and main menu.
This commit is contained in:
parent
76287f3810
commit
f3dd61ae89
17
Data/Sys/GameSettings/SSP.ini
Normal file
17
Data/Sys/GameSettings/SSP.ini
Normal 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
|
Loading…
Reference in New Issue
Block a user