mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Use spaces for vertical alignment
This commit is contained in:
parent
e25796f0d0
commit
d0c9d7c0ae
96 changed files with 2990 additions and 2992 deletions
|
|
@ -8,12 +8,12 @@ Module cellPngEnc(0x0052, cellPngEnc_init);
|
|||
// Error Codes
|
||||
enum
|
||||
{
|
||||
CELL_PNGENC_ERROR_ARG = 0x80611291,
|
||||
CELL_PNGENC_ERROR_SEQ = 0x80611292,
|
||||
CELL_PNGENC_ERROR_BUSY = 0x80611293,
|
||||
CELL_PNGENC_ERROR_EMPTY = 0x80611294,
|
||||
CELL_PNGENC_ERROR_RESET = 0x80611295,
|
||||
CELL_PNGENC_ERROR_FATAL = 0x80611296,
|
||||
CELL_PNGENC_ERROR_ARG = 0x80611291,
|
||||
CELL_PNGENC_ERROR_SEQ = 0x80611292,
|
||||
CELL_PNGENC_ERROR_BUSY = 0x80611293,
|
||||
CELL_PNGENC_ERROR_EMPTY = 0x80611294,
|
||||
CELL_PNGENC_ERROR_RESET = 0x80611295,
|
||||
CELL_PNGENC_ERROR_FATAL = 0x80611296,
|
||||
};
|
||||
|
||||
int cellPngEncQueryAttr()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue