[XAM] Fixed issues with reading savefiles that are loaded via: XamContentAggregate

This commit is contained in:
Gliniak
2024-10-13 10:55:09 +02:00
parent e85a59ca90
commit 85458c811f
3 changed files with 18 additions and 14 deletions

View File

@@ -157,7 +157,7 @@ class ContentManager {
bool ContentExists(const uint64_t xuid, const XCONTENT_AGGREGATE_DATA& data);
X_RESULT WriteContentHeaderFile(const uint64_t xuid,
const XCONTENT_AGGREGATE_DATA* data_raw);
XCONTENT_AGGREGATE_DATA data);
X_RESULT ReadContentHeaderFile(const std::string_view file_name,
const uint64_t xuid, const uint32_t title_id,
XContentType content_type,