mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
add a gazillion more error_code
This commit is contained in:
parent
a00ebacef3
commit
d854a39500
72 changed files with 2040 additions and 1349 deletions
|
|
@ -5,55 +5,55 @@
|
|||
|
||||
LOG_CHANNEL(sysPrxForUser);
|
||||
|
||||
s32 sys_rsxaudio_close_connection()
|
||||
error_code sys_rsxaudio_close_connection()
|
||||
{
|
||||
UNIMPLEMENTED_FUNC(sysPrxForUser);
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
s32 sys_rsxaudio_create_connection()
|
||||
error_code sys_rsxaudio_create_connection()
|
||||
{
|
||||
UNIMPLEMENTED_FUNC(sysPrxForUser);
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
s32 sys_rsxaudio_finalize()
|
||||
error_code sys_rsxaudio_finalize()
|
||||
{
|
||||
UNIMPLEMENTED_FUNC(sysPrxForUser);
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
s32 sys_rsxaudio_import_shared_memory()
|
||||
error_code sys_rsxaudio_import_shared_memory()
|
||||
{
|
||||
UNIMPLEMENTED_FUNC(sysPrxForUser);
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
s32 sys_rsxaudio_initialize()
|
||||
error_code sys_rsxaudio_initialize()
|
||||
{
|
||||
UNIMPLEMENTED_FUNC(sysPrxForUser);
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
s32 sys_rsxaudio_prepare_process()
|
||||
error_code sys_rsxaudio_prepare_process()
|
||||
{
|
||||
UNIMPLEMENTED_FUNC(sysPrxForUser);
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
s32 sys_rsxaudio_start_process()
|
||||
error_code sys_rsxaudio_start_process()
|
||||
{
|
||||
UNIMPLEMENTED_FUNC(sysPrxForUser);
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
s32 sys_rsxaudio_stop_process()
|
||||
error_code sys_rsxaudio_stop_process()
|
||||
{
|
||||
UNIMPLEMENTED_FUNC(sysPrxForUser);
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
s32 sys_rsxaudio_unimport_shared_memory()
|
||||
error_code sys_rsxaudio_unimport_shared_memory()
|
||||
{
|
||||
UNIMPLEMENTED_FUNC(sysPrxForUser);
|
||||
return CELL_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue