BsdError shouldn't be public

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

View file

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