Light hack for FSCRRD and FSCRWR

SPU_*Event* channels implemented for LR event
MFC_RdTagMask implemented
This commit is contained in:
Nekotekina 2014-08-21 02:12:56 +04:00
parent 9eb280c367
commit 126b636edf
4 changed files with 138 additions and 5 deletions

View file

@ -81,6 +81,9 @@ void SPUThread::InitRegs()
MFC1.TagStatus.SetValue(0);
MFC2.TagStatus.SetValue(0);
//PC = SPU.NPC.GetValue();
m_event_mask = 0;
m_events = 0;
}
u64 SPUThread::GetFreeStackSize() const