MCPcopy Create free account
hub / github.com/cemu-project/Cemu / UnmountCurrentTitle

Function UnmountCurrentTitle

src/Cafe/CafeSystem.cpp:980–984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

978 }
979
980 void UnmountCurrentTitle()
981 {
982 UnmountForegroundTitle();
983 fsc_unmount("/internal/code/", FSC_PRIORITY_BASE);
984 }
985
986 void ShutdownTitle()
987 {

Callers 1

ShutdownTitleFunction · 0.85

Calls 2

UnmountForegroundTitleFunction · 0.85
fsc_unmountFunction · 0.85

Tested by

no test coverage detected