#include "AssetType.h"
#include <cstdint>
#include <iosfwd>
#include <string_view>
Go to the source code of this file.
|
|
auto | nc::asset::GetAssetType (const NcaHeader &header) -> AssetType |
| | Get the AssetType for an NcaHeader.
|
| |
|
auto | nc::asset::IsVersionSupported (uint64_t version) noexcept -> bool |
| | Check if deserialization is supported for an Nca version.
|
| |
|
void | nc::asset::Serialize (std::ostream &stream, const NcaHeader &header) |
| | Serialize an NcaHeader to a stream.
|
| |
|
void | nc::asset::Deserialize (std::istream &stream, NcaHeader &header) |
| | Deserialize an NcaHeader from a stream.
|
| |
|
|
constexpr auto | nc::asset::version4 = 4ull |
| |
|
constexpr auto | nc::asset::currentVersion = version4 |
| |
- Copyright
- Jaremie Romer and McCallister Romer 2025