mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12: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