summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/dlp/dlp_fkcl.cpp
diff options
context:
space:
mode:
authormailwl <mailwl@gmail.com>2017-08-09 11:00:54 +0200
committermailwl <mailwl@gmail.com>2017-08-09 15:14:07 +0200
commita6273dd56a4a7066ef27fa186e1046db677ff578 (patch)
treea9f22ab9fe05d04473082018ce62dbe146c636f9 /src/core/hle/service/dlp/dlp_fkcl.cpp
parentMerge pull request #2860 from anodium/patch-1 (diff)
downloadyuzu-a6273dd56a4a7066ef27fa186e1046db677ff578.tar
yuzu-a6273dd56a4a7066ef27fa186e1046db677ff578.tar.gz
yuzu-a6273dd56a4a7066ef27fa186e1046db677ff578.tar.bz2
yuzu-a6273dd56a4a7066ef27fa186e1046db677ff578.tar.lz
yuzu-a6273dd56a4a7066ef27fa186e1046db677ff578.tar.xz
yuzu-a6273dd56a4a7066ef27fa186e1046db677ff578.tar.zst
yuzu-a6273dd56a4a7066ef27fa186e1046db677ff578.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/dlp/dlp_fkcl.cpp18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/core/hle/service/dlp/dlp_fkcl.cpp b/src/core/hle/service/dlp/dlp_fkcl.cpp
index 29b9d52e0..fe6be7d32 100644
--- a/src/core/hle/service/dlp/dlp_fkcl.cpp
+++ b/src/core/hle/service/dlp/dlp_fkcl.cpp
@@ -8,7 +8,23 @@ namespace Service {
namespace DLP {
const Interface::FunctionInfo FunctionTable[] = {
- {0x00010083, nullptr, "Initialize"}, {0x000F0000, nullptr, "GetWirelessRebootPassphrase"},
+ {0x00010083, nullptr, "Initialize"},
+ {0x00020000, nullptr, "Finalize"},
+ {0x00030000, nullptr, "GetEventDesc"},
+ {0x00040000, nullptr, "GetChannels"},
+ {0x00050180, nullptr, "StartScan"},
+ {0x00060000, nullptr, "StopScan"},
+ {0x00070080, nullptr, "GetServerInfo"},
+ {0x00080100, nullptr, "GetTitleInfo"},
+ {0x00090040, nullptr, "GetTitleInfoInOrder"},
+ {0x000A0080, nullptr, "DeleteScanInfo"},
+ {0x000B0100, nullptr, "StartFakeSession"},
+ {0x000C0000, nullptr, "GetMyStatus"},
+ {0x000D0040, nullptr, "GetConnectingNodes"},
+ {0x000E0040, nullptr, "GetNodeInfo"},
+ {0x000F0000, nullptr, "GetWirelessRebootPassphrase"},
+ {0x00100000, nullptr, "StopSession"},
+ {0x00110203, nullptr, "Initialize2"},
};
DLP_FKCL_Interface::DLP_FKCL_Interface() {