mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 19:38:21 -05:00
service: sfdnsres: Implement DNS address resolution
This commit is contained in:
@ -19,6 +19,7 @@ public:
|
||||
|
||||
private:
|
||||
void GetAddrInfoRequest(Kernel::HLERequestContext& ctx);
|
||||
void GetAddrInfoRequestWithOptions(Kernel::HLERequestContext& ctx);
|
||||
};
|
||||
|
||||
} // namespace Service::Sockets
|
||||
|
Reference in New Issue
Block a user