mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
SPURS: Integrate SPURS kernel and system service workload. Also, fixed some bugs.
This commit is contained in:
parent
4a83d43a8f
commit
c1df79b713
8 changed files with 897 additions and 845 deletions
|
@ -1029,7 +1029,7 @@ void SPUThread::StopAndSignal(u32 code)
|
|||
|
||||
case 0x003:
|
||||
{
|
||||
GPR[3]._u64[1] = m_code3_func(*this);
|
||||
m_code3_func(*this);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue