| 33 | } |
| 34 | |
| 35 | std::u16string BackupTarget::fullPath(size_t cellIndex) const |
| 36 | { |
| 37 | return mKind == BackupKind::Save ? mTitle.fullSavePath(cellIndex) : mTitle.fullExtdataPath(cellIndex); |
| 38 | } |
| 39 | |
| 40 | std::vector<std::u16string> BackupTarget::backups(void) const |
| 41 | { |
no test coverage detected