MCPcopy Create free account
hub / github.com/devkitPro/libctru / bossExit

Function bossExit

libctru/source/services/boss.c:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void bossExit(void)
62{
63 if (AtomicDecrement(&bossRefCount)) return;
64 svcCloseHandle(bossHandle);
65 bossHandle = 0;
66}
67
68Handle bossGetSessionHandle(void)
69{

Callers 1

bossInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected