mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-06 13:26:58 -05:00
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:
commit
5c7e361505
|
|
@ -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