mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
fixup
This commit is contained in:
parent
8520ca7ef7
commit
1ffc1e82b0
1 changed files with 1 additions and 1 deletions
|
@ -2354,7 +2354,7 @@ void ppu_acontext::RLDIC(ppu_opcode_t op)
|
|||
else if (mb <= 63 - sh)
|
||||
{
|
||||
// CLRLSLDI
|
||||
gpr[op.ra] = (gpr[op.rs] & spec_gpr::fixed(ppu_rotate_mask(0, sh + mb))) << spec_gpr::fixed(sh);
|
||||
//gpr[op.ra] = (gpr[op.rs] & spec_gpr::fixed(ppu_rotate_mask(0, sh + mb))) << spec_gpr::fixed(sh);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue