mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-11-15 17:45:26 +00:00
3615a70cae
This reverts commit 85dbb9559a
.
23 lines
352 B
C#
23 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,
|
|
}
|
|
}
|