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

Function MlcStorageUnmountAllTitles

src/Cafe/CafeSystem.cpp:1084–1092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1082 }
1083
1084 void MlcStorageUnmountAllTitles()
1085 {
1086 for(auto& it : m_mlcMountedTitles)
1087 {
1088 std::string mlcStoragePath = GetMlcStoragePath(it.first);
1089 it.second->Unmount(mlcStoragePath);
1090 }
1091 m_mlcMountedTitles.clear();
1092 }
1093
1094 uint32 GetRPXHashBase()
1095 {

Callers 1

ShutdownTitleFunction · 0.85

Calls 3

GetMlcStoragePathFunction · 0.85
UnmountMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected