mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
RawSPU cleanup
This commit is contained in:
parent
694a2b774e
commit
ecbc9d1b08
4 changed files with 54 additions and 194 deletions
|
|
@ -75,9 +75,13 @@ void SPUThread::InitRegs()
|
|||
dmac.queue_lock = 0;*/
|
||||
|
||||
SPU.Status.SetValue(SPU_STATUS_STOPPED);
|
||||
Prxy.QueryType.SetValue(0);
|
||||
|
||||
// TODO: check initialization if necessary
|
||||
MFC2.QueryType.SetValue(0); // prxy
|
||||
MFC1.CMDStatus.SetValue(0);
|
||||
MFC2.CMDStatus.SetValue(0);
|
||||
MFC1.TagStatus.SetValue(0);
|
||||
MFC2.TagStatus.SetValue(0);
|
||||
//PC = SPU.NPC.GetValue();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue