mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
SPU Improvements
Implemented SNR channels and syscalls, fixed sys_spu_thread_initialize (args' passing, SPU image copying for each thread)
This commit is contained in:
parent
e28ba30561
commit
c9abf559be
8 changed files with 184 additions and 61 deletions
|
@ -43,6 +43,8 @@ void SPUThread::InitRegs()
|
|||
GPR[5]._u64[1] = m_args[2];
|
||||
GPR[6]._u64[1] = m_args[3];
|
||||
|
||||
cfg.Reset();
|
||||
|
||||
dmac.ls_offset = m_offset;
|
||||
dmac.proxy_pos = 0;
|
||||
dmac.queue_pos = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue