| 520 | } |
| 521 | |
| 522 | std::string GraphicPack2::GetNormalizedPathString() const |
| 523 | { |
| 524 | return _pathToUtf8(MakeRelativePath(ActiveSettings::GetUserDataPath(), GetRulesPath()).lexically_normal()); |
| 525 | } |
| 526 | |
| 527 | bool GraphicPack2::ContainsTitleId(uint64_t title_id) const |
| 528 | { |
no test coverage detected