mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +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
|
|
@ -191,6 +191,7 @@ never_inline s32 savedata_op(
|
|||
|
||||
if (result->result < 0)
|
||||
{
|
||||
cellSysutil.Warning("savedata_op(): funcList returned < 0.");
|
||||
return CELL_SAVEDATA_ERROR_CBRESULT;
|
||||
}
|
||||
|
||||
|
|
@ -302,6 +303,7 @@ never_inline s32 savedata_op(
|
|||
|
||||
if (result->result < 0)
|
||||
{
|
||||
cellSysutil.Warning("savedata_op(): funcFixed returned < 0.");
|
||||
return CELL_SAVEDATA_ERROR_CBRESULT;
|
||||
}
|
||||
|
||||
|
|
@ -436,6 +438,7 @@ never_inline s32 savedata_op(
|
|||
|
||||
if (result->result < 0)
|
||||
{
|
||||
cellSysutil.Warning("savedata_op(): funcStat returned < 0.");
|
||||
return CELL_SAVEDATA_ERROR_CBRESULT;
|
||||
}
|
||||
|
||||
|
|
@ -504,6 +507,7 @@ never_inline s32 savedata_op(
|
|||
|
||||
if (result->result < 0)
|
||||
{
|
||||
cellSysutil.Warning("savedata_op(): funcFile returned < 0.");
|
||||
return CELL_SAVEDATA_ERROR_CBRESULT;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue