mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
Implemented syscall _sys_process_exit
This commit is contained in:
parent
e789b969b0
commit
b9b71ccbc1
6 changed files with 48 additions and 28 deletions
|
@ -25,7 +25,7 @@ s32 sys_process_exit(ppu_thread& ppu, s32 status)
|
|||
{
|
||||
vm::temporary_unlock(ppu);
|
||||
|
||||
sysPrxForUser.warning("sys_process_exit(status=0x%x)", status);
|
||||
sysPrxForUser.warning("sys_process_exit(status=%d)", status);
|
||||
|
||||
Emu.CallAfter([]()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue