SPURS kernel v1

This commit is contained in:
Nekotekina 2014-10-07 17:35:44 +04:00
parent 67bc9acbe0
commit 237ab974dd
6 changed files with 323 additions and 79 deletions

View file

@ -1018,7 +1018,7 @@ void SPUThread::StopAndSignal(u32 code)
case 0x003:
{
GPR[3]._u32[3] = m_code3_func(*this);
GPR[3]._u64[1] = m_code3_func(*this);
break;
}