GameSettings: Disable DeferEFBCopies to fix shadows in "Disney's Hide & Sneak".

This commit is contained in:
Jordan Woyak 2026-04-13 13:36:19 -05:00
parent b62bfe4b30
commit 408fdb0a3e
2 changed files with 4 additions and 18 deletions

View File

@ -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

View File

@ -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