diff options
Diffstat (limited to 'src/core/hle/kernel')
| -rw-r--r-- | src/core/hle/kernel/errors.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/kernel/errors.h b/src/core/hle/kernel/errors.h index f8890f0e3..df182efda 100644 --- a/src/core/hle/kernel/errors.h +++ b/src/core/hle/kernel/errors.h | |||
| @@ -37,6 +37,9 @@ constexpr ResultCode ERR_OUT_OF_MEMORY(-1); | |||
| 37 | constexpr ResultCode ERR_INVALID_ADDRESS(-1); | 37 | constexpr ResultCode ERR_INVALID_ADDRESS(-1); |
| 38 | constexpr ResultCode ERR_INVALID_ADDRESS_STATE(-1); | 38 | constexpr ResultCode ERR_INVALID_ADDRESS_STATE(-1); |
| 39 | constexpr ResultCode ERR_INVALID_HANDLE(-1); | 39 | constexpr ResultCode ERR_INVALID_HANDLE(-1); |
| 40 | constexpr ResultCode ERR_INVALID_POINTER(-1); | ||
| 41 | constexpr ResultCode ERR_INVALID_OBJECT_ADDR(-1); | ||
| 42 | constexpr ResultCode ERR_NOT_AUTHORIZED(-1); | ||
| 40 | /// Alternate code returned instead of ERR_INVALID_HANDLE in some code paths. | 43 | /// Alternate code returned instead of ERR_INVALID_HANDLE in some code paths. |
| 41 | constexpr ResultCode ERR_INVALID_HANDLE_OS(-1); | 44 | constexpr ResultCode ERR_INVALID_HANDLE_OS(-1); |
| 42 | constexpr ResultCode ERR_NOT_FOUND(-1); | 45 | constexpr ResultCode ERR_NOT_FOUND(-1); |