mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
Fix callback_func check for CELL_SYSUTIL_AVC2_VIDEO_CHAT
This mode doesn't allow for the callback
This commit is contained in:
parent
682fd15441
commit
e63245a6dc
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue