From e85a6a1e1779d70ecef22b95d3d1032a7a9c965e Mon Sep 17 00:00:00 2001 From: ReinUsesLisp Date: Thu, 23 Aug 2018 22:13:18 -0300 Subject: [PATCH] Fixup commentary --- Ryujinx.Graphics/Gal/Shader/ShaderDecodeFlow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); }