mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
Minor changes, some bugs fixed
cellVdec headers, cellFsAioRead review, sync stuff review, cellAdec and cellVpost
This commit is contained in:
parent
d6fe398f79
commit
9351e50f63
19 changed files with 969 additions and 270 deletions
|
@ -1,20 +1,11 @@
|
|||
#include "stdafx.h"
|
||||
#include "Emu/SysCalls/SysCalls.h"
|
||||
#include "Emu/SysCalls/SC_FUNC.h"
|
||||
#include "cellAdec.h"
|
||||
|
||||
void cellAdec_init();
|
||||
Module cellAdec(0x0006, cellAdec_init);
|
||||
|
||||
// Error Codes
|
||||
enum
|
||||
{
|
||||
CELL_ADEC_ERROR_FATAL = 0x80610001,
|
||||
CELL_ADEC_ERROR_SEQ = 0x80610002,
|
||||
CELL_ADEC_ERROR_ARG = 0x80610003,
|
||||
CELL_ADEC_ERROR_BUSY = 0x80610004,
|
||||
CELL_ADEC_ERROR_EMPTY = 0x80610005,
|
||||
};
|
||||
|
||||
int cellAdecQueryAttr()
|
||||
{
|
||||
UNIMPLEMENTED_FUNC(cellAdec);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue