mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-07 15:36:18 +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,13 +8,13 @@ Module cellKey2char(0x0021, cellKey2char_init);
|
|||
// Return Codes
|
||||
enum
|
||||
{
|
||||
CELL_K2C_OK = 0x00000000,
|
||||
CELL_K2C_ERROR_FATAL = 0x80121301,
|
||||
CELL_K2C_ERROR_INVALID_HANDLE = 0x80121302,
|
||||
CELL_K2C_ERROR_INVALID_PARAMETER = 0x80121303,
|
||||
CELL_K2C_ERROR_ALREADY_INITIALIZED = 0x80121304,
|
||||
CELL_K2C_ERROR_UNINITIALIZED = 0x80121305,
|
||||
CELL_K2C_ERROR_OTHER = 0x80121306,
|
||||
CELL_K2C_OK = 0x00000000,
|
||||
CELL_K2C_ERROR_FATAL = 0x80121301,
|
||||
CELL_K2C_ERROR_INVALID_HANDLE = 0x80121302,
|
||||
CELL_K2C_ERROR_INVALID_PARAMETER = 0x80121303,
|
||||
CELL_K2C_ERROR_ALREADY_INITIALIZED = 0x80121304,
|
||||
CELL_K2C_ERROR_UNINITIALIZED = 0x80121305,
|
||||
CELL_K2C_ERROR_OTHER = 0x80121306,
|
||||
};
|
||||
|
||||
int cellKey2CharOpen()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue