Disable subfcx because it causes problems with a few games...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5237 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
e6f3012604
commit
1e9fd8e4ad
|
@ -389,6 +389,8 @@ void Jit64::subfcx(UGeckoInstruction inst)
|
|||
{
|
||||
INSTRUCTION_START;
|
||||
JITDISABLE(Integer)
|
||||
Default(inst);
|
||||
return;
|
||||
int a = inst.RA, b = inst.RB, d = inst.RD;
|
||||
gpr.FlushLockX(ECX);
|
||||
gpr.Lock(a, b, d);
|
||||
|
|
Loading…
Reference in New Issue