summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 {
58 std::array<u8, 0x100> signature; 58 std::array<u8, 0x100> signature;
59 u64_le application_id; 59 u64_le application_id;
60 u32_le size; 60 u32_le size;
61 u8 nrr_kind; 61 u8 nrr_kind; // 7.0.0+
62 std::array<u8, 0x3> reserved_2; 62 std::array<u8, 0x3> reserved_2;
63 u32_le hash_offset; 63 u32_le hash_offset;
64 u32_le hash_count; 64 u32_le hash_count;