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

Function getTitleSavePath

src/Cafe/CafeSystem.cpp:199–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199fs::path getTitleSavePath()
200{
201 const uint64 titleId = CafeSystem::GetForegroundTitleId();
202 return ActiveSettings::GetMlcPath("usr/save/{:08X}/{:08X}/user/", (uint32)(titleId >> 32), (uint32)(titleId & 0xFFFFFFFF));
203}
204
205void InfoLog_TitleLoaded()
206{

Callers 1

InfoLog_TitleLoadedFunction · 0.85

Calls 1

GetForegroundTitleIdFunction · 0.85

Tested by

no test coverage detected