mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 16:07:57 -05:00
@ -12,10 +12,11 @@ namespace Sockets {
|
||||
|
||||
class SFDNSRES final : public ServiceFramework<SFDNSRES> {
|
||||
public:
|
||||
SFDNSRES() : ServiceFramework("sfdnsres") {}
|
||||
SFDNSRES();
|
||||
~SFDNSRES() = default;
|
||||
|
||||
private:
|
||||
void GetAddrInfo(Kernel::HLERequestContext& ctx);
|
||||
};
|
||||
|
||||
} // namespace Sockets
|
||||
|
Reference in New Issue
Block a user