From 015a2aff4f3aeedbf11b445f9a064578abf531a7 Mon Sep 17 00:00:00 2001 From: Daniel Eck Date: Fri, 9 Dec 2016 12:37:56 -0700 Subject: [PATCH 1/2] 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. --- Data/Sys/GameSettings/NAC.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Data/Sys/GameSettings/NAC.ini b/Data/Sys/GameSettings/NAC.ini index 6829cbe84f..5aaf7a2a86 100644 --- a/Data/Sys/GameSettings/NAC.ini +++ b/Data/Sys/GameSettings/NAC.ini @@ -5,7 +5,7 @@ [EmuState] # 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 [OnLoad] @@ -17,3 +17,6 @@ EmulationStateId = 3 [ActionReplay] # Add action replay cheats here. +[Video_Hacks] +# Fixes Link preview not appearing in Equipment Menu screen +EFBToTextureEnable = False From 6ca5533d7c72aef41acbc7777db1250c6408ba26 Mon Sep 17 00:00:00 2001 From: Daniel Eck Date: Sat, 10 Dec 2016 09:01:03 -0700 Subject: [PATCH 2/2] GameINI: NAR Legend of Zelda: Majora's Mask VC Set EFBtoTextures=False, fixes issue #9942 from Ocarina of Time, makes Link preview visible in Equipment screen, with EFB to Textures Only enabled the preview stays black, rather than showing Link's current equipment. --- Data/Sys/GameSettings/NAR.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Data/Sys/GameSettings/NAR.ini b/Data/Sys/GameSettings/NAR.ini index 6fbcedaeee..b3853c54f6 100644 --- a/Data/Sys/GameSettings/NAR.ini +++ b/Data/Sys/GameSettings/NAR.ini @@ -17,3 +17,6 @@ EmulationIssues = Very buggy [ActionReplay] # Add action replay cheats here. +[Video_Hacks] +# Fixes Link preview not appearing in Equipment Menu screen +EFBToTextureEnable = False