From c65dba78629d5124c44d69d625ed283aaa3c255c Mon Sep 17 00:00:00 2001 From: kd-11 Date: Sun, 8 Jan 2017 13:34:47 +0300 Subject: [PATCH] [rsx/wip] Fix yet another typo --- rpcs3/Emu/RSX/Common/VertexProgramDecompiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/RSX/Common/VertexProgramDecompiler.cpp b/rpcs3/Emu/RSX/Common/VertexProgramDecompiler.cpp index 9dcc48eef7..e32ed2ec62 100644 --- a/rpcs3/Emu/RSX/Common/VertexProgramDecompiler.cpp +++ b/rpcs3/Emu/RSX/Common/VertexProgramDecompiler.cpp @@ -687,7 +687,7 @@ std::string VertexProgramDecompiler::Decompile() case RSX_SCA_OPCODE_CLB: break; // works same as BRB LOG_ERROR(RSX, "Unimplemented sca_opcode CLB"); - AddCode("$if (!$bconst) $f(); //CLB"); + AddCode("if (!$bconst) $f(); //CLB"); break; case RSX_SCA_OPCODE_PSH: break; // works differently (PSH o[1].x A0;)