mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Small changes in memory and RSXIOMem
Some bugs fixed, some other changes.
This commit is contained in:
parent
6b0857dcff
commit
74007d5e5d
13 changed files with 95 additions and 92 deletions
|
@ -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 ===== */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue