Implemented syscall _sys_process_exit

This commit is contained in:
Nekotekina 2017-09-16 20:43:02 +03:00
parent e789b969b0
commit b9b71ccbc1
6 changed files with 48 additions and 28 deletions

View file

@ -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([]()
{