Persist title-specific profile content

This commit is contained in:
Unknown
2018-06-09 16:08:57 -07:00
committed by Jeremy517
parent 5f16e46282
commit 86443dd28a
5 changed files with 99 additions and 3 deletions

View File

@@ -84,6 +84,7 @@ class ContentManager {
X_RESULT SetContentThumbnail(const XCONTENT_DATA& data,
std::vector<uint8_t> buffer);
X_RESULT DeleteContent(const XCONTENT_DATA& data);
std::wstring ResolveGameUserContentPath();
private:
std::wstring ResolvePackageRoot(uint32_t content_type);