[rsx/wip] Fix yet another typo

This commit is contained in:
kd-11 2017-01-08 13:34:47 +03:00 committed by Zangetsu38
parent 711e117dd2
commit c65dba7862

View file

@ -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;)