MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / rootFor

Method rootFor

3ds/source/paths.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46std::u16string Paths::rootFor(bool extdata)
47{
48 return extdata ? extdataRoot() : savesRoot();
49}
50
51std::u16string Paths::ctrFolderName(u64 id, const std::u16string& sanitizedDescription)
52{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected