mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 00:22:24 -07:00
Implement IResolver (#442)
* Implement IResolver - GetAddrInfo & GetNameInfo still need to be implemented. * Address comments * Use MakeError
This commit is contained in:
22
Ryujinx.HLE/HOS/Services/Sfdnsres/GaiError.cs
Normal file
22
Ryujinx.HLE/HOS/Services/Sfdnsres/GaiError.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.Sfdnsres
|
||||
{
|
||||
enum GaiError
|
||||
{
|
||||
Success,
|
||||
AddressFamily,
|
||||
Again,
|
||||
BadFlags,
|
||||
Fail,
|
||||
Family,
|
||||
Memory,
|
||||
NoData,
|
||||
NoName,
|
||||
Service,
|
||||
SocketType,
|
||||
System,
|
||||
BadHints,
|
||||
Protocol,
|
||||
Overflow,
|
||||
Max,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user