mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
JitArm64: disable addzex
This commit is contained in:
parent
b9f5bfb2bd
commit
de3ce74b48
@ -678,6 +678,9 @@ void JitArm64::addzex(UGeckoInstruction inst)
|
||||
JITDISABLE(bJITIntegerOff);
|
||||
FALLBACK_IF(inst.OE);
|
||||
|
||||
// breaks Kirby
|
||||
FALLBACK_IF(1);
|
||||
|
||||
int a = inst.RA, d = inst.RD;
|
||||
|
||||
gpr.BindToRegister(d, d == a);
|
||||
|
Loading…
Reference in New Issue
Block a user