mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00: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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue