Fixup commentary
This commit is contained in:
parent
f69923afa9
commit
e85a6a1e17
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ namespace Ryujinx.Graphics.Gal.Shader
|
||||||
|
|
||||||
public static void Sync(ShaderIrBlock Block, long OpCode, long Position)
|
public static void Sync(ShaderIrBlock Block, long OpCode, long Position)
|
||||||
{
|
{
|
||||||
//TODO: Stop ignoring Sync branches
|
//TODO: Implement Sync condition codes
|
||||||
|
|
||||||
Block.AddNode(GetPredNode(new ShaderIrOp(ShaderIrInst.Sync), OpCode));
|
Block.AddNode(GetPredNode(new ShaderIrOp(ShaderIrInst.Sync), OpCode));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue