Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
void bossExit(void)
62
{
63
if (AtomicDecrement(&bossRefCount)) return;
64
svcCloseHandle(bossHandle);
65
bossHandle = 0;
66
}
67
68
Handle bossGetSessionHandle(void)
69
{
Callers
1
bossInit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected