MCPcopy Create free account
hub / github.com/XorTroll/uLaunch / InitializeFsdev

Function InitializeFsdev

projects/uLoader/source/ul/loader/loader_Target.cpp:164–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 }
163
164 Result InitializeFsdev() {
165 UL_RC_TRY(smInitialize());
166 UL_RC_TRY(fsInitialize());
167 UL_RC_TRY(fsdevMountSdmc());
168
169 return ResultSuccess;
170 }
171
172 void FinalizeFsdev() {
173 fsdevUnmountAll();

Callers 1

LoadTargetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected