diff options
author | purpasmart96 <kanzoconfigz@hotmail.com> | 2015-01-02 01:58:27 +0100 |
---|---|---|
committer | purpasmart96 <kanzoconfigz@hotmail.com> | 2015-01-06 01:07:15 +0100 |
commit | 379b39e58395187fb0806e05bfaa29a9879428c4 (patch) | |
tree | 57f07b6d66061700281c16c7041d5cdc678b79af /src/core/hle/service/ndm_u.cpp | |
parent | Merge pull request #265 from Subv/socu (diff) | |
download | yuzu-379b39e58395187fb0806e05bfaa29a9879428c4.tar yuzu-379b39e58395187fb0806e05bfaa29a9879428c4.tar.gz yuzu-379b39e58395187fb0806e05bfaa29a9879428c4.tar.bz2 yuzu-379b39e58395187fb0806e05bfaa29a9879428c4.tar.lz yuzu-379b39e58395187fb0806e05bfaa29a9879428c4.tar.xz yuzu-379b39e58395187fb0806e05bfaa29a9879428c4.tar.zst yuzu-379b39e58395187fb0806e05bfaa29a9879428c4.zip |
Diffstat (limited to 'src/core/hle/service/ndm_u.cpp')
-rw-r--r-- | src/core/hle/service/ndm_u.cpp | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/core/hle/service/ndm_u.cpp b/src/core/hle/service/ndm_u.cpp index 233b14f6d..0f03de6ae 100644 --- a/src/core/hle/service/ndm_u.cpp +++ b/src/core/hle/service/ndm_u.cpp @@ -11,10 +11,13 @@ namespace NDM_U { const Interface::FunctionInfo FunctionTable[] = { - {0x00060040, nullptr, "SuspendDaemons"}, - {0x00080040, nullptr, "DisableWifiUsage"}, - {0x00090000, nullptr, "EnableWifiUsage"}, - {0x00140040, nullptr, "OverrideDefaultDaemons"}, + {0x00010042, nullptr, "EnterExclusiveState"}, + {0x00020002, nullptr, "LeaveExclusiveState"}, + {0x00030000, nullptr, "QueryExclusiveMode"}, + {0x00060040, nullptr, "SuspendDaemons"}, + {0x00080040, nullptr, "DisableWifiUsage"}, + {0x00090000, nullptr, "EnableWifiUsage"}, + {0x00140040, nullptr, "OverrideDefaultDaemons"}, }; //////////////////////////////////////////////////////////////////////////////////////////////////// |