mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-12 14:20:45 +00:00
GameSettings: Disable DeferEFBCopies to fix shadows in "Disney's Hide & Sneak".
This commit is contained in:
parent
b62bfe4b30
commit
408fdb0a3e
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user