mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
SPU fixes
Partially tested and fixed
This commit is contained in:
parent
65c920bc8d
commit
384e20acf0
3 changed files with 43 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue