[XAM/Content] Implemented Custom CON Header Handling
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user