diff options
| author | Martino Fontana <tinozzo123@gmail.com> | 2024-10-03 19:39:21 +0200 |
|---|---|---|
| committer | Martino Fontana <tinozzo123@gmail.com> | 2024-10-03 19:41:46 +0200 |
| commit | e57ee3c099a49c6277436958416570d4cb4a914e (patch) | |
| tree | b6e96b0aa2a069fcfad19c1e0c39b0b2b9d20553 /Data | |
| parent | b0559657920ad54c8a2295330cadeb600d217897 (diff) | |
GameINI: Add Skylanders: Trap Team
`EFBEmulateFormatChanges = True` properly emulates the blur in the backgrounds.
`ImmediateXFBEnable = False` to prevent epilepsy-inducing FMVs.
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/SK8.ini | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/SK8.ini b/Data/Sys/GameSettings/SK8.ini new file mode 100644 index 0000000000..60277701a9 --- /dev/null +++ b/Data/Sys/GameSettings/SK8.ini @@ -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 |
