From 408fdb0a3effaf07de160da61736d102cc8c203c Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Mon, 13 Apr 2026 13:36:19 -0500 Subject: [PATCH] GameSettings: Disable DeferEFBCopies to fix shadows in "Disney's Hide & Sneak". --- Data/Sys/GameSettings/GAA.ini | 11 ++--------- Data/Sys/GameSettings/GHV.ini | 11 ++--------- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/Data/Sys/GameSettings/GAA.ini b/Data/Sys/GameSettings/GAA.ini index 7487e75683..d8c6cd9b69 100644 --- a/Data/Sys/GameSettings/GAA.ini +++ b/Data/Sys/GameSettings/GAA.ini @@ -1,14 +1,7 @@ # GAAJ08 - Disney's Mickey & Minnie Trick & Chase -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - [Video_Hacks] +# Avoid broken shadows and other effects. EFBToTextureEnable = False +DeferEFBCopies = False BBoxEnable = True diff --git a/Data/Sys/GameSettings/GHV.ini b/Data/Sys/GameSettings/GHV.ini index eb2d9c2e68..2bc07f893c 100644 --- a/Data/Sys/GameSettings/GHV.ini +++ b/Data/Sys/GameSettings/GHV.ini @@ -1,14 +1,7 @@ # GHVE08, GHVP08 - Disney's Hide & Sneak -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - [Video_Hacks] +# Avoid broken shadows and other effects. EFBToTextureEnable = False +DeferEFBCopies = False BBoxEnable = True