MCPcopy 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
61void fsUseSession(Handle session)
62{
63 ThreadVars* tv = getThreadVars();
64 tv->fs_magic = FS_OVERRIDE_MAGIC;
65 tv->fs_session = session;
66}
67
68void fsEndUseSession(void)
69{

Callers

nothing calls this directly

Calls 1

getThreadVarsFunction · 0.85

Tested by

no test coverage detected