Ignore ZR target texture color registers on shader
This commit is contained in:
parent
7cda630aba
commit
5f0dd965bf
@ -95,6 +95,11 @@ namespace Ryujinx.Graphics.Gal.Shader
|
||||
|
||||
Dst.Index += Ch & 1;
|
||||
|
||||
if (Dst.Index >= ShaderIrOperGpr.ZRIndex)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Block.AddNode(GetPredNode(new ShaderIrAsg(Dst, Src), OpCode));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user