mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
cellSysutilAvc2SetStreamingTarget: remove ensure
This commit is contained in:
parent
73ed657e00
commit
07ebbb6c84
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue