mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-11 16:05:23 +01:00
[rsx/wip] Fix yet another typo
This commit is contained in:
parent
711e117dd2
commit
c65dba7862
|
|
@ -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;)
|
||||
|
|
|
|||
Loading…
Reference in a new issue