mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-08 16:05:56 +00:00
Better cellNetCtlGetInfo logging
Also added back some more logging in cellSaveData, but this time only printed as warnings.
This commit is contained in:
parent
e47493e81b
commit
9ecedfdf3c
3 changed files with 37 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ s32 cellNetCtlDelHandler(s32 hid)
|
|||
|
||||
s32 cellNetCtlGetInfo(s32 code, vm::ptr<CellNetCtlInfo> info)
|
||||
{
|
||||
cellNetCtl.Todo("cellNetCtlGetInfo(code=0x%x, info=*0x%x)", code, info);
|
||||
cellNetCtl.Todo("cellNetCtlGetInfo(code=0x%x (%s), info=*0x%x)", code, InfoCodeToName(code), info);
|
||||
|
||||
if (code == CELL_NET_CTL_INFO_IP_ADDRESS)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue