[XAM/Content] Implemented Custom CON Header Handling

This commit is contained in:
Gliniak
2021-01-19 23:04:18 +01:00
parent 009f709ad4
commit 6ad5c39fac
3 changed files with 81 additions and 8 deletions

View File

@@ -149,6 +149,10 @@ class ContentManager {
const std::string_view root_name, const XCONTENT_AGGREGATE_DATA& data);
bool ContentExists(const XCONTENT_AGGREGATE_DATA& data);
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);
X_RESULT CreateContent(const std::string_view root_name,
const XCONTENT_AGGREGATE_DATA& data);
X_RESULT OpenContent(const std::string_view root_name,