mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-26 04:18:36 -06:00
_sys_process_exit: Fix logging (#3963)
This commit is contained in:
parent
106de04485
commit
5e04a5f21d
@ -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…
Reference in New Issue
Block a user