From f3dd61ae896c3de19dd722688ab14f4d3d6e9404 Mon Sep 17 00:00:00 2001 From: Martino Fontana Date: Thu, 3 Oct 2024 19:37:50 +0200 Subject: [PATCH] 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. --- Data/Sys/GameSettings/SSP.ini | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Data/Sys/GameSettings/SSP.ini diff --git a/Data/Sys/GameSettings/SSP.ini b/Data/Sys/GameSettings/SSP.ini new file mode 100644 index 0000000000..66c7567ec8 --- /dev/null +++ b/Data/Sys/GameSettings/SSP.ini @@ -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