Small changes in memory and RSXIOMem

Some bugs fixed, some other changes.
This commit is contained in:
Nekotekina 2014-10-04 18:43:46 +04:00
parent 6b0857dcff
commit 74007d5e5d
13 changed files with 95 additions and 92 deletions

View file

@ -1016,6 +1016,12 @@ void SPUThread::StopAndSignal(u32 code)
break;
}
case 0x003:
{
GPR[3]._u32[3] = m_code3_func(*this);
break;
}
case 0x110:
{
/* ===== sys_spu_thread_receive_event ===== */