Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/libctru
/ ndmuExit
Function
ndmuExit
libctru/source/services/ndm.c:28–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void ndmuExit(void)
29
{
30
if (AtomicDecrement(&ndmuRefCount)) return;
31
32
svcCloseHandle(ndmuHandle);
33
ndmuHandle = 0;
34
}
35
36
Result NDMU_EnterExclusiveState(ndmExclusiveState state)
37
{
Callers
2
udsInit
Function · 0.85
udsExit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected