| 197 | } |
| 198 | |
| 199 | fs::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 | |
| 205 | void InfoLog_TitleLoaded() |
| 206 | { |
no test coverage detected