Add comment to nrr_kind
According to Atmosphére (c7026b9094/libraries/libstratosphere/include/stratosphere/ro/ro_types.hpp
), nrr_kind (Atmosphére calls it "type") is 7.0.0+
This commit is contained in:
parent
2b1cc232bc
commit
a087b3365a
|
@ -58,7 +58,7 @@ struct NRRHeader {
|
||||||
std::array<u8, 0x100> signature;
|
std::array<u8, 0x100> signature;
|
||||||
u64_le application_id;
|
u64_le application_id;
|
||||||
u32_le size;
|
u32_le size;
|
||||||
u8 nrr_kind;
|
u8 nrr_kind; // 7.0.0+
|
||||||
std::array<u8, 0x3> reserved_2;
|
std::array<u8, 0x3> reserved_2;
|
||||||
u32_le hash_offset;
|
u32_le hash_offset;
|
||||||
u32_le hash_count;
|
u32_le hash_count;
|
||||||
|
|
Loading…
Reference in a new issue