Fixed bug between reading header content and applying TUs

This commit is contained in:
Gliniak
2022-05-25 08:23:19 +02:00
parent d7d26dc1c4
commit 542e075699
2 changed files with 12 additions and 5 deletions

View File

@@ -153,7 +153,8 @@ class ContentManager {
X_RESULT WriteContentHeaderFile(const XCONTENT_AGGREGATE_DATA* data_raw);
X_RESULT ReadContentHeaderFile(const std::string_view file_name,
XContentType content_type,
XCONTENT_AGGREGATE_DATA& data);
XCONTENT_AGGREGATE_DATA& data,
const uint32_t title_id = -1);
X_RESULT CreateContent(const std::string_view root_name,
const XCONTENT_AGGREGATE_DATA& data);
X_RESULT OpenContent(const std::string_view root_name,