mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-13 13:37:08 +00:00
gpu: tweak: Do not log missing Votevtg implementation.
This commit is contained in:
parent
f3931a789a
commit
28b4f45645
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue