From a087b3365a26b14ea6733b213998df5ff318afb3 Mon Sep 17 00:00:00 2001
From: VolcaEM <63682805+VolcaEM@users.noreply.github.com>
Date: Sun, 31 May 2020 19:12:09 +0200
Subject: [PATCH] Add comment to nrr_kind
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

According to Atmosphére (https://github.com/Atmosphere-NX/Atmosphere/blob/c7026b90940a1d88f9c10a6d98263bf22e654fa5/libraries/libstratosphere/include/stratosphere/ro/ro_types.hpp), nrr_kind (Atmosphére calls it "type") is 7.0.0+
---
 src/core/hle/service/ldr/ldr.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/hle/service/ldr/ldr.cpp b/src/core/hle/service/ldr/ldr.cpp
index 62d4bfc086..252b79d2c7 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;