mirror of https://github.com/PCSX2/pcsx2.git
Fix a typo in the wait loop detection hack.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3641 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
699e623998
commit
d05dcc48f7
|
@ -1527,7 +1527,7 @@ StartRecomp:
|
|||
if (cpuRegs.code == 0)
|
||||
continue;
|
||||
// cache, sync
|
||||
else if (_Opcode_ == 057 || _Opcode_ == 0 && _Funct_ == 013)
|
||||
else if (_Opcode_ == 057 || _Opcode_ == 0 && _Funct_ == 017)
|
||||
continue;
|
||||
// imm arithmetic
|
||||
else if ((_Opcode_ & 070) == 010 || (_Opcode_ & 076) == 030)
|
||||
|
|
Loading…
Reference in New Issue