Correction2
This commit is contained in:
parent
386266de86
commit
10bc988609
1 changed files with 22 additions and 22 deletions
|
@ -38,7 +38,7 @@ namespace Ryujinx.Core.OsHle.IpcServices.Bsd
|
|||
ESHUTDOWN = 58, /* Can't send after socket shutdown */
|
||||
ETOOMANYREFS = 59, /* Too many references: can't splice */
|
||||
ETIMEDOUT = 60, /* Operation timed out */
|
||||
ECONNREFUSED = 61, /* Connection refused */
|
||||
ECONNREFUSED = 61 /* Connection refused */
|
||||
}
|
||||
|
||||
class SocketBsd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue