diff options
| author | Subv <subv2112@gmail.com> | 2017-01-04 23:23:17 -0500 |
|---|---|---|
| committer | Subv <subv2112@gmail.com> | 2017-05-15 11:22:15 -0500 |
| commit | ddfabf31330c0c8e0558a714b6d7e1f1948b73ed (patch) | |
| tree | 62c525537f603fe85f494f9fb6e622ffcd2afda9 /src/core/hle/result.h | |
| parent | 6a72bd62b5f1e88df0d701478d95799a0b445ec4 (diff) | |
Kernel: Use a Session object to keep track of the status of a Client/Server session pair.
Reduce the associated port's connection count when a ServerSession is destroyed.
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 cfefbbc64..13b948871 100644 --- a/src/core/hle/result.h +++ b/src/core/hle/result.h @@ -16,6 +16,7 @@ /// Detailed description of the error. This listing is likely incomplete. enum class ErrorDescription : u32 { Success = 0, + SessionClosedByRemote = 26, WrongPermission = 46, OS_InvalidBufferDescriptor = 48, MaxConnectionsReached = 52, |
