fix some warnings

This commit is contained in:
Megamouse 2020-09-04 13:22:21 +02:00
parent c39ad1ee12
commit fee96ec92d
5 changed files with 9 additions and 6 deletions

View file

@ -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,