Correction2

This commit is contained in:
AcK77 2018-03-12 01:40:01 +01:00
commit 10bc988609

View file

@ -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