Disable Defer EFB Copies to RAM for Majora's Mask (VC)
Defer EFB Copies to RAM being enabled causes graphical issues during Majora's Mask's screen shrinking effect.
This commit is contained in:
parent
54e09886d8
commit
cf9f0dc0ad
|
@ -15,3 +15,5 @@
|
|||
[Video_Hacks]
|
||||
# Fixes Link preview not appearing in Equipment Menu screen
|
||||
EFBToTextureEnable = False
|
||||
# Fixes the screen shrinking effect not working properly.
|
||||
DeferEFBCopies = False
|
||||
|
|
Loading…
Reference in New Issue