Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/libctru
/ cfguExit
Function
cfguExit
libctru/source/services/cfgu.c:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void cfguExit(void)
29
{
30
if (AtomicDecrement(&cfguRefCount)) return;
31
svcCloseHandle(cfguHandle);
32
}
33
34
Result CFGU_SecureInfoGetRegion(u8* region)
35
{
Callers
3
osGetSystemVersionData
Function · 0.85
ndspInitMaster
Function · 0.85
udsGenerateNodeInfo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected