summaryrefslogtreecommitdiffstats
path: root/src/core/hle/result.h
diff options
context:
space:
mode:
authorMerryMage <MerryMage@users.noreply.github.com>2016-04-24 12:39:59 +0200
committerMerryMage <MerryMage@users.noreply.github.com>2016-04-27 07:35:08 +0200
commit2929b67c5f76a6bb7bc99e612fc582c5de28353f (patch)
treeab75e454181aa8280d7628f31ed6427646b10814 /src/core/hle/result.h
parentDSP_DSP: Updated interrupt implementation (diff)
downloadyuzu-2929b67c5f76a6bb7bc99e612fc582c5de28353f.tar
yuzu-2929b67c5f76a6bb7bc99e612fc582c5de28353f.tar.gz
yuzu-2929b67c5f76a6bb7bc99e612fc582c5de28353f.tar.bz2
yuzu-2929b67c5f76a6bb7bc99e612fc582c5de28353f.tar.lz
yuzu-2929b67c5f76a6bb7bc99e612fc582c5de28353f.tar.xz
yuzu-2929b67c5f76a6bb7bc99e612fc582c5de28353f.tar.zst
yuzu-2929b67c5f76a6bb7bc99e612fc582c5de28353f.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,