Some changes (#2350)
cellSysutilAvc2: Use UNIMPLEMENTED_FUNC macro instead of fmt::throw_exception.
This commit is contained in:
@@ -89,7 +89,8 @@ s32 cellSysutilAvc2SetWindowString()
|
|||||||
|
|
||||||
s32 cellSysutilAvc2EstimateMemoryContainerSize()
|
s32 cellSysutilAvc2EstimateMemoryContainerSize()
|
||||||
{
|
{
|
||||||
fmt::throw_exception("Unimplemented" HERE);
|
UNIMPLEMENTED_FUNC(cellSysutilAvc2);
|
||||||
|
return CELL_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
s32 cellSysutilAvc2SetVideoMuting()
|
s32 cellSysutilAvc2SetVideoMuting()
|
||||||
@@ -304,7 +305,8 @@ s32 cellSysutilAvc2HideWindow()
|
|||||||
|
|
||||||
s32 cellSysutilAvc2GetVoiceMuting()
|
s32 cellSysutilAvc2GetVoiceMuting()
|
||||||
{
|
{
|
||||||
fmt::throw_exception("Unimplemented" HERE);
|
UNIMPLEMENTED_FUNC(cellSysutilAvc2);
|
||||||
|
return CELL_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
s32 cellSysutilAvc2GetScreenShowStatus()
|
s32 cellSysutilAvc2GetScreenShowStatus()
|
||||||
|
|||||||
Reference in New Issue
Block a user