mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12: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);
|
cellSysutilAvc2.todo("cellSysutilAvc2SetStreamingTarget(target=*0x%x)", target);
|
||||||
|
|
||||||
// target should never be null
|
|
||||||
ensure(!!target);
|
|
||||||
|
|
||||||
return CELL_OK;
|
return CELL_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue