mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-26 04:32:35 +01:00
Some changes (#2350)
cellSysutilAvc2: Use UNIMPLEMENTED_FUNC macro instead of fmt::throw_exception.
This commit is contained in:
parent
05c4aa5017
commit
8c4ba3257c
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user