Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/libctru
/ fsUseSession
Function
fsUseSession
libctru/source/services/fs.c:61–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void fsUseSession(Handle session)
62
{
63
ThreadVars* tv = getThreadVars();
64
tv->fs_magic = FS_OVERRIDE_MAGIC;
65
tv->fs_session = session;
66
}
67
68
void fsEndUseSession(void)
69
{
Callers
nothing calls this directly
Calls
1
getThreadVars
Function · 0.85
Tested by
no test coverage detected