mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
Reservation implemented
Some SPU bugs fixed; sys_spu_thread_get_exit_status sys_spu_thread_group_destroy
This commit is contained in:
parent
cfe154d916
commit
6c606be09f
16 changed files with 272 additions and 148 deletions
|
@ -44,9 +44,6 @@ void PPUThread::DoReset()
|
|||
VSCR.VSCR = 0;
|
||||
|
||||
cycle = 0;
|
||||
|
||||
reserve = false;
|
||||
reserve_addr = 0;
|
||||
}
|
||||
|
||||
void PPUThread::AddArgv(const wxString& arg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue