NcEngine
|
Common file header for all asset types. More...
#include <NcaHeader.h>
Public Attributes | |
char | magicNumber [5] = "NONE" |
Asset type identifier. | |
char | compressionAlgorithm [5] = "NONE" |
Compression type for the asset blob. | |
uint64_t | version = currentVersion |
The Fnv1a hash of the asset's friendly name. | |
uint64_t | size = 0 |
Size in bytes of the asset blob following this header. More... | |
Static Public Attributes | |
static constexpr auto | binarySize = size_t{24} |
Size of a serialized NcaHeader. More... | |
Common file header for all asset types.
|
staticconstexpr |
Size of a serialized NcaHeader.
uint64_t nc::asset::NcaHeader::size = 0 |
Size in bytes of the asset blob following this header.