Small changes in memory and RSXIOMem
Some bugs fixed, some other changes.
This commit is contained in:
@@ -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 ===== */
|
||||
|
||||
Reference in New Issue
Block a user