mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-07 13:37:46 +00:00
[rsx/wip] Fix yet another typo
This commit is contained in:
parent
711e117dd2
commit
c65dba7862
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue