Fix callback_func check for CELL_SYSUTIL_AVC2_VIDEO_CHAT

This mode doesn't allow for the callback
This commit is contained in:
Megamouse 2024-04-12 20:45:00 +02:00
parent 682fd15441
commit e63245a6dc

View File

@ -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;
}