BsdError shouldn't be public
This commit is contained in:
parent
046cd1dca1
commit
5a5e526292
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
namespace Ryujinx.HLE.HOS.Services.Bsd
|
||||
{
|
||||
//bsd_errno == (SocketException.ErrorCode - 10000)
|
||||
public enum BsdError
|
||||
enum BsdError
|
||||
{
|
||||
Timeout = 60
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue