diff options
| author | 2016-04-17 21:58:51 -0500 | |
|---|---|---|
| committer | 2016-05-12 20:01:26 -0500 | |
| commit | 0fb6d2a24729401e17cd69264cdb630516d9c151 (patch) | |
| tree | d51689fbf847d396496d9e8ff372bc7dfcc65c0e /src/core/hle/result.h | |
| parent | APT: Implement relocating the shared font to its true address. (diff) | |
| download | yuzu-0fb6d2a24729401e17cd69264cdb630516d9c151.tar.gz yuzu-0fb6d2a24729401e17cd69264cdb630516d9c151.tar.xz yuzu-0fb6d2a24729401e17cd69264cdb630516d9c151.zip | |
Kernel: Implemented shared memory permissions.
Diffstat (limited to 'src/core/hle/result.h')
| -rw-r--r-- | src/core/hle/result.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/result.h b/src/core/hle/result.h index 3fc1ab4ee..bfb3327ce 100644 --- a/src/core/hle/result.h +++ b/src/core/hle/result.h | |||
| @@ -17,6 +17,7 @@ | |||
| 17 | /// Detailed description of the error. This listing is likely incomplete. | 17 | /// Detailed description of the error. This listing is likely incomplete. |
| 18 | enum class ErrorDescription : u32 { | 18 | enum class ErrorDescription : u32 { |
| 19 | Success = 0, | 19 | Success = 0, |
| 20 | WrongPermission = 46, | ||
| 20 | OS_InvalidBufferDescriptor = 48, | 21 | OS_InvalidBufferDescriptor = 48, |
| 21 | WrongAddress = 53, | 22 | WrongAddress = 53, |
| 22 | FS_NotFound = 120, | 23 | FS_NotFound = 120, |