1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 18:53:28 +01:00

cellSysutilAvc2SetStreamingTarget: remove ensure

This commit is contained in:
Megamouse 2022-07-16 19:45:54 +02:00
parent 73ed657e00
commit 07ebbb6c84

View File

@ -355,9 +355,6 @@ error_code cellSysutilAvc2SetStreamingTarget(vm::cptr<CellSysutilAvc2StreamingTa
{
cellSysutilAvc2.todo("cellSysutilAvc2SetStreamingTarget(target=*0x%x)", target);
// target should never be null
ensure(!!target);
return CELL_OK;
}