diff options
author | Lioncash <mathew1800@gmail.com> | 2016-03-12 03:50:18 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2016-03-12 04:23:51 +0100 |
commit | d7dd6c8bd145797cd406d2733b0363be89019243 (patch) | |
tree | 3524cc5dcd12e13e1f450a1df712efdade2b596c /src/core/hle/service/soc_u.cpp | |
parent | Merge pull request #1476 from lioncash/emit (diff) | |
download | yuzu-d7dd6c8bd145797cd406d2733b0363be89019243.tar yuzu-d7dd6c8bd145797cd406d2733b0363be89019243.tar.gz yuzu-d7dd6c8bd145797cd406d2733b0363be89019243.tar.bz2 yuzu-d7dd6c8bd145797cd406d2733b0363be89019243.tar.lz yuzu-d7dd6c8bd145797cd406d2733b0363be89019243.tar.xz yuzu-d7dd6c8bd145797cd406d2733b0363be89019243.tar.zst yuzu-d7dd6c8bd145797cd406d2733b0363be89019243.zip |
Diffstat (limited to 'src/core/hle/service/soc_u.cpp')
-rw-r--r-- | src/core/hle/service/soc_u.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/hle/service/soc_u.cpp b/src/core/hle/service/soc_u.cpp index e603bf794..b52e52d4a 100644 --- a/src/core/hle/service/soc_u.cpp +++ b/src/core/hle/service/soc_u.cpp @@ -742,7 +742,8 @@ const Interface::FunctionInfo FunctionTable[] = { {0x000C0082, Shutdown, "Shutdown"}, {0x000D0082, nullptr, "GetHostByName"}, {0x000E00C2, nullptr, "GetHostByAddr"}, - {0x000F0106, nullptr, "unknown_resolve_ip"}, + {0x000F0106, nullptr, "GetAddrInfo"}, + {0x00100102, nullptr, "GetNameInfo"}, {0x00110102, nullptr, "GetSockOpt"}, {0x00120104, nullptr, "SetSockOpt"}, {0x001300C2, Fcntl, "Fcntl"}, @@ -759,6 +760,7 @@ const Interface::FunctionInfo FunctionTable[] = { {0x001E0040, nullptr, "ICMPClose"}, {0x001F0040, nullptr, "GetResolverInfo"}, {0x00210002, nullptr, "CloseSockets"}, + {0x00230040, nullptr, "AddGlobalSocket"}, }; //////////////////////////////////////////////////////////////////////////////////////////////////// |