summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ldr
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ldr')
-rw-r--r--src/core/hle/service/ldr/ldr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/ldr/ldr.cpp b/src/core/hle/service/ldr/ldr.cpp
index 62d4bfc08..252b79d2c 100644
--- a/src/core/hle/service/ldr/ldr.cpp
+++ b/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;