Rename services with the official interface names
This commit is contained in:
8
Ryujinx.Core/OsHle/Services/Bsd/BsdError.cs
Normal file
8
Ryujinx.Core/OsHle/Services/Bsd/BsdError.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Ryujinx.Core.OsHle.Services.Bsd
|
||||
{
|
||||
//bsd_errno == (SocketException.ErrorCode - 10000)
|
||||
public enum BsdError
|
||||
{
|
||||
Timeout = 60
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user