srawx fixed thanks to boo toe.
This commit is contained in:
parent
281d7531a3
commit
14ea442382
|
@ -493,6 +493,9 @@ void JitIL::srawx(UGeckoInstruction inst)
|
|||
test = ibuild.EmitOr(val, mask2);
|
||||
test = ibuild.EmitICmpUgt(test, mask);
|
||||
ibuild.EmitStoreCarry(test);
|
||||
|
||||
if (inst.Rc)
|
||||
ComputeRC(ibuild, val);
|
||||
}
|
||||
|
||||
void JitIL::srawix(UGeckoInstruction inst)
|
||||
|
|
Loading…
Reference in New Issue