mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00: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