SPU fixes

Partially tested and fixed
This commit is contained in:
Nekotekina 2013-11-30 03:40:31 +04:00
parent 65c920bc8d
commit 384e20acf0
3 changed files with 43 additions and 25 deletions

View file

@ -51,7 +51,7 @@ void SPUThread::InitRegs()
SPU.Status.SetValue(SPU_STATUS_RUNNING);
Prxy.QueryType.SetValue(0);
MFC.CMDStatus.SetValue(0);
PC = SPU.NPC.GetValue();
//PC = SPU.NPC.GetValue();
}
u64 SPUThread::GetFreeStackSize() const