mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
fix some warnings
This commit is contained in:
parent
c39ad1ee12
commit
fee96ec92d
5 changed files with 9 additions and 6 deletions
|
|
@ -3,9 +3,10 @@
|
|||
|
||||
LOG_CHANNEL(cellSysmodule);
|
||||
|
||||
constexpr auto CELL_SYSMODULE_LOADED = CELL_OK;
|
||||
|
||||
enum CellSysmoduleError : u32
|
||||
{
|
||||
CELL_SYSMODULE_LOADED = CELL_OK,
|
||||
CELL_SYSMODULE_ERROR_DUPLICATED = 0x80012001,
|
||||
CELL_SYSMODULE_ERROR_UNKNOWN = 0x80012002,
|
||||
CELL_SYSMODULE_ERROR_UNLOADED = 0x80012003,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue