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:
Nekotekina 2013-12-22 21:40:50 +04:00
parent e28ba30561
commit c9abf559be
8 changed files with 184 additions and 61 deletions

View file

@ -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;