diff options
| author | JMC47 <JMC4789@gmail.com> | 2026-04-16 13:10:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-16 13:10:11 -0400 |
| commit | 5c7e3615057479bde5211a4e8a5e24d8aedbb046 (patch) | |
| tree | cab758ec33fde7beed8eb4a27a6a7802d18ccb35 /Data/Sys | |
| parent | 48ff7d3d10c3b8127d234f60dff45a419dbecebc (diff) | |
| parent | 408fdb0a3effaf07de160da61736d102cc8c203c (diff) | |
Merge pull request #14586 from jordan-woyak/gamesettings-hide-sneak
GameSettings: Disable DeferEFBCopies to fix shadows in "Disney's Hide & Sneak".
Diffstat (limited to 'Data/Sys')
| -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 |
