mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
SPU Thread Group-specific MMIO
LS access, SNR writing
This commit is contained in:
parent
0a35c4f2c4
commit
c9a421f12f
5 changed files with 119 additions and 36 deletions
|
@ -20,6 +20,8 @@ SPUThread::SPUThread(CPUThreadType type) : PPCThread(type)
|
|||
{
|
||||
assert(type == CPU_THREAD_SPU || type == CPU_THREAD_RAW_SPU);
|
||||
|
||||
group = nullptr;
|
||||
|
||||
Reset();
|
||||
}
|
||||
|
||||
|
@ -46,10 +48,10 @@ void SPUThread::InitRegs()
|
|||
cfg.Reset();
|
||||
|
||||
dmac.ls_offset = m_offset;
|
||||
dmac.proxy_pos = 0;
|
||||
/*dmac.proxy_pos = 0;
|
||||
dmac.queue_pos = 0;
|
||||
dmac.proxy_lock = 0;
|
||||
dmac.queue_lock = 0;
|
||||
dmac.queue_lock = 0;*/
|
||||
|
||||
SPU.RunCntl.SetValue(SPU_RUNCNTL_STOP);
|
||||
SPU.Status.SetValue(SPU_STATUS_RUNNING);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue