psOff_public/modules/libSceUlt/codes.h

14 lines
328 B
C
Raw Permalink Normal View History

2024-04-14 13:04:40 +00:00
#pragma once
#include <stdint.h>
2024-04-21 23:30:29 +00:00
namespace Err {
namespace Ult {
constexpr int32_t ERROR_NULL = -2139029503;
constexpr int32_t ERROR_INVALID = -2139029500;
constexpr int32_t ERROR_BUSY = -2139029497;
constexpr int32_t ERROR_RANGE = -2139029501;
} // namespace Ult
} // namespace Err
#define SCE_ULT_MAX_NAME_LENGTH 32