Merge pull request #14586 from jordan-woyak/gamesettings-hide-sneak

GameSettings: Disable DeferEFBCopies to fix shadows in "Disney's Hide & Sneak".
This commit is contained in:
JMC47 2026-04-16 13:10:11 -04:00 committed by GitHub
commit 5c7e361505
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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