Browse Source

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+
pull/15/merge
VolcaEM 6 years ago
committed by GitHub
parent
commit
a087b3365a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/hle/service/ldr/ldr.cpp

2
src/core/hle/service/ldr/ldr.cpp

@ -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;

Loading…
Cancel
Save