mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-05 09:39:58 +00:00
Merge pull request #4508 from Ecksters/patch-2
GameINI: NAC/NAR - Legend of Zelda: Ocarina of Time and Majora's Mask VC - Set EFBToTextureEnable to False
This commit is contained in:
commit
8b6bf84a7e
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
[EmuState]
|
[EmuState]
|
||||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationIssues =
|
EmulationIssues = Needs EFB to RAM for the pause menu (background and Link).
|
||||||
EmulationStateId = 3
|
EmulationStateId = 3
|
||||||
|
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
@ -17,3 +17,6 @@ EmulationStateId = 3
|
|||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
# Fixes Link preview not appearing in Equipment Menu screen
|
||||||
|
EFBToTextureEnable = False
|
||||||
|
@ -17,3 +17,6 @@ EmulationIssues = Very buggy
|
|||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
# Fixes Link preview not appearing in Equipment Menu screen
|
||||||
|
EFBToTextureEnable = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user