MCPcopy 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
28void ndmuExit(void)
29{
30 if (AtomicDecrement(&ndmuRefCount)) return;
31
32 svcCloseHandle(ndmuHandle);
33 ndmuHandle = 0;
34}
35
36Result NDMU_EnterExclusiveState(ndmExclusiveState state)
37{

Callers 2

udsInitFunction · 0.85
udsExitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected