mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-12-26 07:59:55 +00:00
8 lines
157 B
C#
8 lines
157 B
C#
namespace Ryujinx.HLE.OsHle.Services.Bsd
|
|
{
|
|
//bsd_errno == (SocketException.ErrorCode - 10000)
|
|
public enum BsdError
|
|
{
|
|
Timeout = 60
|
|
}
|
|
} |