mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 18:53:28 +01:00
fixup
This commit is contained in:
parent
8520ca7ef7
commit
1ffc1e82b0
@ -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…
Reference in New Issue
Block a user