[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

@@ -204,6 +204,9 @@ dword_result_t xeXamContentCreate(dword_t user_index, lpstring_t root_name,
if (create) {
result = content_manager->CreateContent(root_name, content_data);
if (XSUCCEEDED(result)) {
content_manager->WriteContentHeaderFile(&content_data);
}
} else if (open) {
result = content_manager->OpenContent(root_name, content_data);
}