mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
- Fixed loading modules in debug mode.
- Improved Lwmutex. - Implemented events syscalls. - Fixed SPU local storage.
This commit is contained in:
parent
991f281bbd
commit
6d7d3acb43
39 changed files with 1639 additions and 902 deletions
|
@ -26,8 +26,6 @@ void SPUThread::DoReset()
|
|||
{
|
||||
//reset regs
|
||||
for(u32 i=0; i<128; ++i) GPR[i].Reset();
|
||||
|
||||
LSA = 0;
|
||||
}
|
||||
|
||||
void SPUThread::InitRegs()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue