mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 10:42:36 +01:00
Oops
This commit is contained in:
parent
b602260314
commit
15dd0bb0f2
@ -1656,7 +1656,7 @@ private:
|
||||
{
|
||||
CPU.VPR[vd]._u8[15] = CPU.VPR[va]._u8[15] >> sh;
|
||||
|
||||
for (uint b = 14; ~0; b--)
|
||||
for (uint b = 14; ~b; b--)
|
||||
{
|
||||
CPU.VPR[vd]._u8[b] = (CPU.VPR[va]._u8[b] >> sh) | (CPU.VPR[va]._u8[b+1] << (8 - sh));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user