mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
GameINI: Add Skylanders: Trap Team
`EFBEmulateFormatChanges = True` properly emulates the blur in the backgrounds. `ImmediateXFBEnable = False` to prevent epilepsy-inducing FMVs.
This commit is contained in:
parent
b055965792
commit
e57ee3c099
17
Data/Sys/GameSettings/SK8.ini
Normal file
17
Data/Sys/GameSettings/SK8.ini
Normal 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
|
Loading…
Reference in New Issue
Block a user