mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-11 01:36:39 +00:00
3615a70cae
This reverts commit 85dbb9559a
.
22 lines
352 B
C#
22 lines
352 B
C#
namespace Ryujinx.HLE.HOS.Services.Sfdnsres
|
|
{
|
|
enum GaiError
|
|
{
|
|
Success,
|
|
AddressFamily,
|
|
Again,
|
|
BadFlags,
|
|
Fail,
|
|
Family,
|
|
Memory,
|
|
NoData,
|
|
NoName,
|
|
Service,
|
|
SocketType,
|
|
System,
|
|
BadHints,
|
|
Protocol,
|
|
Overflow,
|
|
Max,
|
|
}
|
|
}
|