gpu: tweak: Do not log missing Votevtg implementation.

This commit is contained in:
GreemDev
2025-10-21 13:25:32 -05:00
committed by KeatonTheBot
parent df36c23652
commit 0bfd2ad3ef
@@ -331,7 +331,8 @@ namespace Ryujinx.Graphics.Shader.Instructions
{
context.GetOp<InstVotevtg>();
context.TranslatorContext.GpuAccessor.Log("Shader instruction Votevtg is not implemented.");
// This instruction is proprietary and will not be implemented. Commenting it out to avoid false reports.
//context.TranslatorContext.GpuAccessor.Log("Shader instruction Votevtg is not implemented.");
}
public static void Vset(EmitterContext context)