BsdError shouldn't be public

This commit is contained in:
gdkchan 2018-08-15 19:55:20 -03:00
commit 5a5e526292

View file

@ -1,7 +1,7 @@
namespace Ryujinx.HLE.HOS.Services.Bsd namespace Ryujinx.HLE.HOS.Services.Bsd
{ {
//bsd_errno == (SocketException.ErrorCode - 10000) //bsd_errno == (SocketException.ErrorCode - 10000)
public enum BsdError enum BsdError
{ {
Timeout = 60 Timeout = 60
} }