mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
cellSysutilAvc2SetStreamingTarget: remove ensure
This commit is contained in:
parent
73ed657e00
commit
07ebbb6c84
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue