diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2026-04-13 13:36:19 -0500 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2026-04-13 13:36:19 -0500 |
| commit | 408fdb0a3effaf07de160da61736d102cc8c203c (patch) | |
| tree | 1b6b8a4a37b7cf9ca78581fd0c11b65895a561ab /Data | |
| parent | b62bfe4b30a03077790b61fd8bc4bcadcb0b673b (diff) | |
GameSettings: Disable DeferEFBCopies to fix shadows in "Disney's Hide & Sneak".
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/GAA.ini | 11 | ||||
| -rw-r--r-- | 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 |
