diff options
author | bunnei <bunneidev@gmail.com> | 2016-05-13 21:33:44 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2016-05-13 21:33:44 +0200 |
commit | 18b517e236b7f6710567e57dab6a7c5329db948f (patch) | |
tree | 5257e9ace394fa6062768c27b95e807df87c61b2 /src/core/hle/result.h | |
parent | Merge pull request #1788 from MerryMage/ext-soundtouch (diff) | |
parent | HLE/Applets: Give each applet its own block of heap memory, and use that when creating the framebuffer shared memory block. (diff) | |
download | yuzu-18b517e236b7f6710567e57dab6a7c5329db948f.tar yuzu-18b517e236b7f6710567e57dab6a7c5329db948f.tar.gz yuzu-18b517e236b7f6710567e57dab6a7c5329db948f.tar.bz2 yuzu-18b517e236b7f6710567e57dab6a7c5329db948f.tar.lz yuzu-18b517e236b7f6710567e57dab6a7c5329db948f.tar.xz yuzu-18b517e236b7f6710567e57dab6a7c5329db948f.tar.zst yuzu-18b517e236b7f6710567e57dab6a7c5329db948f.zip |
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 @@ /// Detailed description of the error. This listing is likely incomplete. enum class ErrorDescription : u32 { Success = 0, + WrongPermission = 46, OS_InvalidBufferDescriptor = 48, WrongAddress = 53, FS_NotFound = 120, |