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:
ramapcsx2 2010-08-14 23:47:44 +00:00
parent 699e623998
commit d05dcc48f7
1 changed files with 1 additions and 1 deletions

View File

@ -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)