2015-08-01 18:14:49 +02:00
|
|
|
#include "stdafx.h"
|
2016-03-21 20:43:03 +01:00
|
|
|
#include "Emu/Cell/PPUModule.h"
|
2015-08-01 18:14:49 +02:00
|
|
|
|
|
|
|
|
s32 cellSysutilAvcByeRequest()
|
|
|
|
|
{
|
2016-08-08 18:01:06 +02:00
|
|
|
fmt::throw_exception("Unimplemented" HERE);
|
2015-08-01 18:14:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
s32 cellSysutilAvcCancelByeRequest()
|
|
|
|
|
{
|
2016-08-08 18:01:06 +02:00
|
|
|
fmt::throw_exception("Unimplemented" HERE);
|
2015-08-01 18:14:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
s32 cellSysutilAvcCancelJoinRequest()
|
|
|
|
|
{
|
2016-08-08 18:01:06 +02:00
|
|
|
fmt::throw_exception("Unimplemented" HERE);
|
2015-08-01 18:14:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
s32 cellSysutilAvcEnumPlayers()
|
|
|
|
|
{
|
2016-08-08 18:01:06 +02:00
|
|
|
fmt::throw_exception("Unimplemented" HERE);
|
2015-08-01 18:14:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
s32 cellSysutilAvcGetAttribute()
|
|
|
|
|
{
|
2016-08-08 18:01:06 +02:00
|
|
|
fmt::throw_exception("Unimplemented" HERE);
|
2015-08-01 18:14:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
s32 cellSysutilAvcGetLayoutMode()
|
|
|
|
|
{
|
2016-08-08 18:01:06 +02:00
|
|
|
fmt::throw_exception("Unimplemented" HERE);
|
2015-08-01 18:14:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
s32 cellSysutilAvcGetShowStatus()
|
|
|
|
|
{
|
2016-08-08 18:01:06 +02:00
|
|
|
fmt::throw_exception("Unimplemented" HERE);
|
2015-08-01 18:14:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
s32 cellSysutilAvcGetSpeakerVolumeLevel()
|
|
|
|
|
{
|
2016-08-08 18:01:06 +02:00
|
|
|
fmt::throw_exception("Unimplemented" HERE);
|
2015-08-01 18:14:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
s32 cellSysutilAvcGetVideoMuting()
|
|
|
|
|
{
|
2016-08-08 18:01:06 +02:00
|
|
|
fmt::throw_exception("Unimplemented" HERE);
|
2015-08-01 18:14:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
s32 cellSysutilAvcGetVoiceMuting()
|
|
|
|
|
{
|
2016-08-08 18:01:06 +02:00
|
|
|
fmt::throw_exception("Unimplemented" HERE);
|
2015-08-01 18:14:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
s32 cellSysutilAvcHidePanel()
|
|
|
|
|
{
|
2016-08-08 18:01:06 +02:00
|
|
|
fmt::throw_exception("Unimplemented" HERE);
|
2015-08-01 18:14:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
s32 cellSysutilAvcJoinRequest()
|
|
|
|
|
{
|
2016-08-08 18:01:06 +02:00
|
|
|
fmt::throw_exception("Unimplemented" HERE);
|
2015-08-01 18:14:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
s32 cellSysutilAvcLoadAsync()
|
|
|
|
|
{
|
2016-08-08 18:01:06 +02:00
|
|
|
fmt::throw_exception("Unimplemented" HERE);
|
2015-08-01 18:14:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
s32 cellSysutilAvcSetAttribute()
|
|
|
|
|
{
|
2016-08-08 18:01:06 +02:00
|
|
|
fmt::throw_exception("Unimplemented" HERE);
|
2015-08-01 18:14:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
s32 cellSysutilAvcSetLayoutMode()
|
|
|
|
|
{
|
2016-08-08 18:01:06 +02:00
|
|
|
fmt::throw_exception("Unimplemented" HERE);
|
2015-08-01 18:14:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
s32 cellSysutilAvcSetSpeakerVolumeLevel()
|
|
|
|
|
{
|
2016-08-08 18:01:06 +02:00
|
|
|
fmt::throw_exception("Unimplemented" HERE);
|
2015-08-01 18:14:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
s32 cellSysutilAvcSetVideoMuting()
|
|
|
|
|
{
|
2016-08-08 18:01:06 +02:00
|
|
|
fmt::throw_exception("Unimplemented" HERE);
|
2015-08-01 18:14:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
s32 cellSysutilAvcSetVoiceMuting()
|
|
|
|
|
{
|
2016-08-08 18:01:06 +02:00
|
|
|
fmt::throw_exception("Unimplemented" HERE);
|
2015-08-01 18:14:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
s32 cellSysutilAvcShowPanel()
|
|
|
|
|
{
|
2016-08-08 18:01:06 +02:00
|
|
|
fmt::throw_exception("Unimplemented" HERE);
|
2015-08-01 18:14:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
s32 cellSysutilAvcUnloadAsync()
|
|
|
|
|
{
|
2016-08-08 18:01:06 +02:00
|
|
|
fmt::throw_exception("Unimplemented" HERE);
|
2015-08-01 18:14:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void cellSysutil_SysutilAvc_init()
|
|
|
|
|
{
|
|
|
|
|
REG_FUNC(cellSysutil, cellSysutilAvcByeRequest);
|
|
|
|
|
REG_FUNC(cellSysutil, cellSysutilAvcCancelByeRequest);
|
|
|
|
|
REG_FUNC(cellSysutil, cellSysutilAvcCancelJoinRequest);
|
|
|
|
|
REG_FUNC(cellSysutil, cellSysutilAvcEnumPlayers);
|
|
|
|
|
REG_FUNC(cellSysutil, cellSysutilAvcGetAttribute);
|
|
|
|
|
REG_FUNC(cellSysutil, cellSysutilAvcGetLayoutMode);
|
|
|
|
|
REG_FUNC(cellSysutil, cellSysutilAvcGetShowStatus);
|
|
|
|
|
REG_FUNC(cellSysutil, cellSysutilAvcGetSpeakerVolumeLevel);
|
|
|
|
|
REG_FUNC(cellSysutil, cellSysutilAvcGetVideoMuting);
|
|
|
|
|
REG_FUNC(cellSysutil, cellSysutilAvcGetVoiceMuting);
|
|
|
|
|
REG_FUNC(cellSysutil, cellSysutilAvcHidePanel);
|
|
|
|
|
REG_FUNC(cellSysutil, cellSysutilAvcJoinRequest);
|
|
|
|
|
REG_FUNC(cellSysutil, cellSysutilAvcLoadAsync);
|
|
|
|
|
REG_FUNC(cellSysutil, cellSysutilAvcSetAttribute);
|
|
|
|
|
REG_FUNC(cellSysutil, cellSysutilAvcSetLayoutMode);
|
|
|
|
|
REG_FUNC(cellSysutil, cellSysutilAvcSetSpeakerVolumeLevel);
|
|
|
|
|
REG_FUNC(cellSysutil, cellSysutilAvcSetVideoMuting);
|
|
|
|
|
REG_FUNC(cellSysutil, cellSysutilAvcSetVoiceMuting);
|
|
|
|
|
REG_FUNC(cellSysutil, cellSysutilAvcShowPanel);
|
|
|
|
|
REG_FUNC(cellSysutil, cellSysutilAvcUnloadAsync);
|
|
|
|
|
}
|