Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/libctru
/ fsExit
Function
fsExit
libctru/source/services/fs.c:55–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void fsExit(void)
56
{
57
if (AtomicDecrement(&fsuRefCount)) return;
58
svcCloseHandle(fsuHandle);
59
}
60
61
void fsUseSession(Handle session)
62
{
Callers
1
__appExit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected