mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 15:59:23 +01:00
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…
x
Reference in New Issue
Block a user