Fix callback_func check for CELL_SYSUTIL_AVC2_VIDEO_CHAT
This mode doesn't allow for the callback
This commit is contained in:
@@ -776,7 +776,7 @@ error_code cellSysutilAvc2Load_shared(SceNpMatching2ContextId ctx_id, u32 contai
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!callback_func)
|
if (callback_func)
|
||||||
{
|
{
|
||||||
return CELL_AVC2_ERROR_INVALID_ARGUMENT;
|
return CELL_AVC2_ERROR_INVALID_ARGUMENT;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user