mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
GameINI: NAC Legend of Zelda: Ocarina of Time VC
Set EFBtoTextures=False, fixes issue #9942, makes Link preview visible in Equipment screen, with EFB to Textures Only enabled the preview stays black, rather than showing Link's current equipment.
This commit is contained in:
parent
b042377393
commit
015a2aff4f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user