diff --git a/Ryujinx.Graphics/Gal/Shader/ShaderDecodeFlow.cs b/Ryujinx.Graphics/Gal/Shader/ShaderDecodeFlow.cs index b7e8a1bf1e..2ebb90b571 100644 --- a/Ryujinx.Graphics/Gal/Shader/ShaderDecodeFlow.cs +++ b/Ryujinx.Graphics/Gal/Shader/ShaderDecodeFlow.cs @@ -52,7 +52,7 @@ namespace Ryujinx.Graphics.Gal.Shader 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)); }