mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Add a message overlay
This commit is contained in:
parent
3dc9a8b980
commit
e68ffdbc81
11 changed files with 259 additions and 27 deletions
|
|
@ -128,4 +128,18 @@ enum class localized_string_id
|
|||
CELL_SAVEDATA_SAVE,
|
||||
CELL_SAVEDATA_LOAD,
|
||||
CELL_SAVEDATA_OVERWRITE,
|
||||
|
||||
RPCN_NO_ERROR,
|
||||
RPCN_ERROR_INVALID_INPUT,
|
||||
RPCN_ERROR_WOLFSSL,
|
||||
RPCN_ERROR_RESOLVE,
|
||||
RPCN_ERROR_CONNECT,
|
||||
RPCN_ERROR_LOGIN_ERROR,
|
||||
RPCN_ERROR_ALREADY_LOGGED,
|
||||
RPCN_ERROR_INVALID_LOGIN,
|
||||
RPCN_ERROR_INVALID_PASSWORD,
|
||||
RPCN_ERROR_INVALID_TOKEN,
|
||||
RPCN_ERROR_INVALID_PROTOCOL_VERSION,
|
||||
RPCN_ERROR_UNKNOWN,
|
||||
RPCN_SUCCESS_LOGGED_ON,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue