summaryrefslogtreecommitdiffstats
path: root/src/core/hle/result.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-04-27 17:34:38 +0200
committerbunnei <bunneidev@gmail.com>2016-04-27 17:34:38 +0200
commit1ecee38468f08445681e52f67dc9cf6b8302cffa (patch)
tree0e3fc6a7c259d36c4c67b9079732eb4e057bad66 /src/core/hle/result.h
parentMerge pull request #1721 from bunnei/cleanup-pr-1447 (diff)
parentDSP_DSP: Fix log format strings and arguments (diff)
downloadyuzu-1ecee38468f08445681e52f67dc9cf6b8302cffa.tar
yuzu-1ecee38468f08445681e52f67dc9cf6b8302cffa.tar.gz
yuzu-1ecee38468f08445681e52f67dc9cf6b8302cffa.tar.bz2
yuzu-1ecee38468f08445681e52f67dc9cf6b8302cffa.tar.lz
yuzu-1ecee38468f08445681e52f67dc9cf6b8302cffa.tar.xz
yuzu-1ecee38468f08445681e52f67dc9cf6b8302cffa.tar.zst
yuzu-1ecee38468f08445681e52f67dc9cf6b8302cffa.zip
Diffstat (limited to 'src/core/hle/result.h')
-rw-r--r--src/core/hle/result.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/result.h b/src/core/hle/result.h
index 2d22652d9..53931a106 100644
--- a/src/core/hle/result.h
+++ b/src/core/hle/result.h
@@ -18,6 +18,7 @@
/// Detailed description of the error. This listing is likely incomplete.
enum class ErrorDescription : u32 {
Success = 0,
+ OS_InvalidBufferDescriptor = 48,
WrongAddress = 53,
FS_NotFound = 120,
FS_AlreadyExists = 190,