MCPcopy 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
28void cfguExit(void)
29{
30 if (AtomicDecrement(&cfguRefCount)) return;
31 svcCloseHandle(cfguHandle);
32}
33
34Result CFGU_SecureInfoGetRegion(u8* region)
35{

Callers 3

osGetSystemVersionDataFunction · 0.85
ndspInitMasterFunction · 0.85
udsGenerateNodeInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected