| 44 | } |
| 45 | |
| 46 | std::u16string Paths::rootFor(bool extdata) |
| 47 | { |
| 48 | return extdata ? extdataRoot() : savesRoot(); |
| 49 | } |
| 50 | |
| 51 | std::u16string Paths::ctrFolderName(u64 id, const std::u16string& sanitizedDescription) |
| 52 | { |
nothing calls this directly
no outgoing calls
no test coverage detected