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:
VolcaEM 2020-05-31 19:12:09 +02:00 committed by GitHub
parent 2b1cc232bc
commit a087b3365a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ struct NRRHeader {
std::array<u8, 0x100> signature;
u64_le application_id;
u32_le size;
u8 nrr_kind;
u8 nrr_kind; // 7.0.0+
std::array<u8, 0x3> reserved_2;
u32_le hash_offset;
u32_le hash_count;