mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
_sys_process_exit: Fix logging (#3963)
This commit is contained in:
parent
106de04485
commit
5e04a5f21d
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ void _sys_process_exit(ppu_thread& ppu, s32 status, u32 arg2, u32 arg3)
|
|||
{
|
||||
vm::temporary_unlock(ppu);
|
||||
|
||||
sys_process.warning("_sys_process_exit(status=%d, arg2=0x%x, arg3=0x%x)", status);
|
||||
sys_process.warning("_sys_process_exit(status=%d, arg2=0x%x, arg3=0x%x)", status, arg2, arg3);
|
||||
|
||||
Emu.CallAfter([]()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue