summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/dlp/dlp_srvr.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2016-12-08 05:13:53 +0100
committerLioncash <mathew1800@gmail.com>2016-12-08 06:56:46 +0100
commit093aa35c87ca1014a6fe1906b0bb72896ddf647f (patch)
tree49f1fe28beae7d89f61567d16c18953c872103eb /src/core/hle/service/dlp/dlp_srvr.cpp
parentcfg: Update function tables (diff)
downloadyuzu-093aa35c87ca1014a6fe1906b0bb72896ddf647f.tar
yuzu-093aa35c87ca1014a6fe1906b0bb72896ddf647f.tar.gz
yuzu-093aa35c87ca1014a6fe1906b0bb72896ddf647f.tar.bz2
yuzu-093aa35c87ca1014a6fe1906b0bb72896ddf647f.tar.lz
yuzu-093aa35c87ca1014a6fe1906b0bb72896ddf647f.tar.xz
yuzu-093aa35c87ca1014a6fe1906b0bb72896ddf647f.tar.zst
yuzu-093aa35c87ca1014a6fe1906b0bb72896ddf647f.zip
Diffstat (limited to 'src/core/hle/service/dlp/dlp_srvr.cpp')
-rw-r--r--src/core/hle/service/dlp/dlp_srvr.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/hle/service/dlp/dlp_srvr.cpp b/src/core/hle/service/dlp/dlp_srvr.cpp
index 49d5b8d1c..25c07f401 100644
--- a/src/core/hle/service/dlp/dlp_srvr.cpp
+++ b/src/core/hle/service/dlp/dlp_srvr.cpp
@@ -22,7 +22,14 @@ static void unk_0x000E0040(Interface* self) {
const Interface::FunctionInfo FunctionTable[] = {
{0x00010183, nullptr, "Initialize"},
{0x00020000, nullptr, "Finalize"},
+ {0x00030000, nullptr, "GetServerState"},
+ {0x00050080, nullptr, "StartAccepting"},
+ {0x00070000, nullptr, "StartDistribution"},
{0x000800C0, nullptr, "SendWirelessRebootPassphrase"},
+ {0x00090040, nullptr, "AcceptClient"},
+ {0x000B0042, nullptr, "GetConnectingClients"},
+ {0x000C0040, nullptr, "GetClientInfo"},
+ {0x000D0040, nullptr, "GetClientState"},
{0x000E0040, unk_0x000E0040, "unk_0x000E0040"},
};