diff options
| author | Martino Fontana <tinozzo123@gmail.com> | 2024-10-03 19:38:34 +0200 |
|---|---|---|
| committer | Martino Fontana <tinozzo123@gmail.com> | 2024-10-03 19:41:39 +0200 |
| commit | b0559657920ad54c8a2295330cadeb600d217897 (patch) | |
| tree | 2818dc539df6d27e2f22ea849dabe23d03004f8f /Data | |
| parent | f3dd61ae896c3de19dd722688ab14f4d3d6e9404 (diff) | |
GameINI: Add Skylanders: Giants
`EFBEmulateFormatChanges = True` properly emulates the blur in the pause screen.
`ImmediateXFBEnable = False` to prevent epilepsy-inducing FMVs and main menu.
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/SKY.ini | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/SKY.ini b/Data/Sys/GameSettings/SKY.ini new file mode 100644 index 0000000000..043e371e42 --- /dev/null +++ b/Data/Sys/GameSettings/SKY.ini @@ -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 |
