mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-31 22:00:10 +01:00
sys_prx_unload_module: fix log message
This commit is contained in:
parent
8aec943093
commit
dc0a086400
|
|
@ -594,7 +594,7 @@ error_code _sys_prx_unload_module(ppu_thread& ppu, u32 id, u64 flags, vm::ptr<sy
|
|||
return {prx.ret, "%s (id=%s)", prx->name, id};
|
||||
}
|
||||
|
||||
sys_prx.success("_sys_prx_unload_module(id=0x%x, flags=0x%x, pOpt=*0x%x): name='%s'", id, flags, pOpt);
|
||||
sys_prx.success("_sys_prx_unload_module(id=0x%x, flags=0x%x, pOpt=*0x%x): name='%s'", id, flags, pOpt, prx->name);
|
||||
|
||||
ppu_unload_prx(*prx);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue