summaryrefslogtreecommitdiff
path: root/src/core/hle/result.h
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2017-05-21 00:11:36 -0700
committerGravatar Yuri Kunde Schlesner2017-05-24 21:06:00 -0700
commit2cdb40d709f2a5d4f7f3159d4c6d80fe7905b4f3 (patch)
tree7d6d61465f7a4cb6bbb68902301e1ca92f5a76a5 /src/core/hle/result.h
parentGSP_GPU: Move error codes from result.h to local file (diff)
downloadyuzu-2cdb40d709f2a5d4f7f3159d4c6d80fe7905b4f3.tar.gz
yuzu-2cdb40d709f2a5d4f7f3159d4c6d80fe7905b4f3.tar.xz
yuzu-2cdb40d709f2a5d4f7f3159d4c6d80fe7905b4f3.zip
Kernel: Centralize error definitions in errors.h
Diffstat (limited to 'src/core/hle/result.h')
-rw-r--r--src/core/hle/result.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/hle/result.h b/src/core/hle/result.h
index e76be606e..c49650f7d 100644
--- a/src/core/hle/result.h
+++ b/src/core/hle/result.h
@@ -21,12 +21,6 @@
21enum class ErrorDescription : u32 { 21enum class ErrorDescription : u32 {
22 Success = 0, 22 Success = 0,
23 23
24 SessionClosedByRemote = 26,
25 WrongPermission = 46,
26 OS_InvalidBufferDescriptor = 48,
27 MaxConnectionsReached = 52,
28 WrongAddress = 53,
29
30 // Codes 1000 and above are considered "well-known" and have common values between all modules. 24 // Codes 1000 and above are considered "well-known" and have common values between all modules.
31 InvalidSection = 1000, 25 InvalidSection = 1000,
32 TooLarge = 1001, 26 TooLarge = 1001,