Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/libctru
/ fsEndUseSession
Function
fsEndUseSession
libctru/source/services/fs.c:68–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
void fsEndUseSession(void)
69
{
70
ThreadVars* tv = getThreadVars();
71
tv->fs_magic = 0;
72
}
73
74
void fsExemptFromSession(FS_Archive archive)
75
{
Callers
nothing calls this directly
Calls
1
getThreadVars
Function · 0.85
Tested by
no test coverage detected