mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 05:39:00 -05:00
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.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user