| 28 | #include "title.hpp" |
| 29 | |
| 30 | std::u16string BackupTarget::rootPath(void) const |
| 31 | { |
| 32 | return mKind == BackupKind::Save ? mTitle.savePath() : mTitle.extdataPath(); |
| 33 | } |
| 34 | |
| 35 | std::u16string BackupTarget::fullPath(size_t cellIndex) const |
| 36 | { |
no test coverage detected