mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
sys_lwcond, sys_mutex, sys_cond rewritten
Some bugs fixed
This commit is contained in:
parent
209155d71d
commit
e94ea409fe
14 changed files with 489 additions and 315 deletions
|
@ -32,7 +32,8 @@ void sys_ppu_thread_exit(int errorcode)
|
|||
|
||||
int sys_ppu_thread_yield()
|
||||
{
|
||||
sysPrxForUser.Log("sys_ppu_thread_yield()");
|
||||
sysPrxForUser.Log("sys_ppu_thread_yield()");
|
||||
Sleep(1);
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue