summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ndm_u.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-12-30 15:30:57 +0100
committerLioncash <mathew1800@gmail.com>2015-12-30 17:29:21 +0100
commit744f4af3ab797d8c4c456467c50661a04dd4931d (patch)
treea1f16d8b31b4f40eaa321ff131f5871a31b955a1 /src/core/hle/service/ndm_u.cpp
parentMerge pull request #1306 from Subv/sync (diff)
downloadyuzu-744f4af3ab797d8c4c456467c50661a04dd4931d.tar
yuzu-744f4af3ab797d8c4c456467c50661a04dd4931d.tar.gz
yuzu-744f4af3ab797d8c4c456467c50661a04dd4931d.tar.bz2
yuzu-744f4af3ab797d8c4c456467c50661a04dd4931d.tar.lz
yuzu-744f4af3ab797d8c4c456467c50661a04dd4931d.tar.xz
yuzu-744f4af3ab797d8c4c456467c50661a04dd4931d.tar.zst
yuzu-744f4af3ab797d8c4c456467c50661a04dd4931d.zip
Diffstat (limited to 'src/core/hle/service/ndm_u.cpp')
-rw-r--r--src/core/hle/service/ndm_u.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/core/hle/service/ndm_u.cpp b/src/core/hle/service/ndm_u.cpp
index df3c97193..ad247fd1f 100644
--- a/src/core/hle/service/ndm_u.cpp
+++ b/src/core/hle/service/ndm_u.cpp
@@ -14,10 +14,26 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x00010042, nullptr, "EnterExclusiveState"},
{0x00020002, nullptr, "LeaveExclusiveState"},
{0x00030000, nullptr, "QueryExclusiveMode"},
+ {0x00040002, nullptr, "LockState"},
+ {0x00050002, nullptr, "UnlockState"},
{0x00060040, nullptr, "SuspendDaemons"},
+ {0x00070040, nullptr, "ResumeDaemons"},
{0x00080040, nullptr, "DisableWifiUsage"},
{0x00090000, nullptr, "EnableWifiUsage"},
+ {0x000A0000, nullptr, "GetCurrentState"},
+ {0x000B0000, nullptr, "GetTargetState"},
+ {0x000C0000, nullptr, "<Stubbed>"},
+ {0x000D0040, nullptr, "QueryStatus"},
+ {0x000E0040, nullptr, "GetDaemonDisableCount"},
+ {0x000F0000, nullptr, "GetSchedulerDisableCount"},
+ {0x00100040, nullptr, "SetScanInterval"},
+ {0x00110000, nullptr, "GetScanInterval"},
+ {0x00120040, nullptr, "SetRetryInterval"},
+ {0x00130000, nullptr, "GetRetryInterval"},
{0x00140040, nullptr, "OverrideDefaultDaemons"},
+ {0x00150000, nullptr, "ResetDefaultDaemons"},
+ {0x00160000, nullptr, "GetDefaultDaemons"},
+ {0x00170000, nullptr, "ClearHalfAwakeMacFilter"},
};
////////////////////////////////////////////////////////////////////////////////////////////////////