mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-13 18:28:28 +12:00
Should have caught these way earlier.
This commit is contained in:
parent
b1a01ecfdc
commit
00f8f9199b
3 changed files with 5 additions and 5 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue