mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 07:00:46 -07:00
Ignore ZR target texture color registers on shader
This commit is contained in:
@ -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));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user