MCPcopy 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
68void fsEndUseSession(void)
69{
70 ThreadVars* tv = getThreadVars();
71 tv->fs_magic = 0;
72}
73
74void fsExemptFromSession(FS_Archive archive)
75{

Callers

nothing calls this directly

Calls 1

getThreadVarsFunction · 0.85

Tested by

no test coverage detected