diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-05-21 09:11:36 +0200 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-05-25 06:06:00 +0200 |
commit | 2cdb40d709f2a5d4f7f3159d4c6d80fe7905b4f3 (patch) | |
tree | 7d6d61465f7a4cb6bbb68902301e1ca92f5a76a5 /src/core/hle/result.h | |
parent | GSP_GPU: Move error codes from result.h to local file (diff) | |
download | yuzu-2cdb40d709f2a5d4f7f3159d4c6d80fe7905b4f3.tar yuzu-2cdb40d709f2a5d4f7f3159d4c6d80fe7905b4f3.tar.gz yuzu-2cdb40d709f2a5d4f7f3159d4c6d80fe7905b4f3.tar.bz2 yuzu-2cdb40d709f2a5d4f7f3159d4c6d80fe7905b4f3.tar.lz yuzu-2cdb40d709f2a5d4f7f3159d4c6d80fe7905b4f3.tar.xz yuzu-2cdb40d709f2a5d4f7f3159d4c6d80fe7905b4f3.tar.zst yuzu-2cdb40d709f2a5d4f7f3159d4c6d80fe7905b4f3.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/hle/result.h | 6 |
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 @@ enum class ErrorDescription : u32 { Success = 0, - SessionClosedByRemote = 26, - WrongPermission = 46, - OS_InvalidBufferDescriptor = 48, - MaxConnectionsReached = 52, - WrongAddress = 53, - // Codes 1000 and above are considered "well-known" and have common values between all modules. InvalidSection = 1000, TooLarge = 1001, |