Should have caught these way earlier.

This commit is contained in:
goeiecool9999 2022-09-07 23:03:37 +02:00 committed by klaas
parent b1a01ecfdc
commit 00f8f9199b
3 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@ std::string SaveInfo::GetStorageSubpathByTitleId(TitleId titleId)
return fmt::format("usr/save/{:08x}/{:08x}", ((uint64)titleId) >> 32, (uint64)titleId & 0xFFFFFFFF);
}
fs::path SaveInfo::GetSavePath(TitleId titleId)
FSPath SaveInfo::GetSavePath(TitleId titleId)
{
return ActiveSettings::GetMlcPath(GetStorageSubpathByTitleId(titleId));
}