mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue