mirror of
https://github.com/libretro/dolphin
synced 2024-11-08 14:33:54 -05:00
cf9f0dc0ad
Defer EFB Copies to RAM being enabled causes graphical issues during Majora's Mask's screen shrinking effect.
20 lines
459 B
INI
20 lines
459 B
INI
# NARP01 - Zelda: Majora's Mask
|
|
|
|
[Core]
|
|
# Values set here will override the main Dolphin settings.
|
|
|
|
[OnLoad]
|
|
# Add memory patches to be loaded once on boot here.
|
|
|
|
[OnFrame]
|
|
# Add memory patches to be applied every frame here.
|
|
|
|
[ActionReplay]
|
|
# Add action replay cheats here.
|
|
|
|
[Video_Hacks]
|
|
# Fixes Link preview not appearing in Equipment Menu screen
|
|
EFBToTextureEnable = False
|
|
# Fixes the screen shrinking effect not working properly.
|
|
DeferEFBCopies = False
|