MCPcopy 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
55void fsExit(void)
56{
57 if (AtomicDecrement(&fsuRefCount)) return;
58 svcCloseHandle(fsuHandle);
59}
60
61void fsUseSession(Handle session)
62{

Callers 1

__appExitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected