summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/loader/nso.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/loader/nso.cpp b/src/core/loader/nso.cpp
index cbe2a3e53..512954d40 100644
--- a/src/core/loader/nso.cpp
+++ b/src/core/loader/nso.cpp
@@ -36,8 +36,7 @@ struct NsoHeader {
36 INSERT_PADDING_WORDS(1); 36 INSERT_PADDING_WORDS(1);
37 u8 flags; 37 u8 flags;
38 std::array<NsoSegmentHeader, 3> segments; // Text, RoData, Data (in that order) 38 std::array<NsoSegmentHeader, 3> segments; // Text, RoData, Data (in that order)
39 u32_le bss_size; 39 std::array<u8, 0x20> build_id;
40 INSERT_PADDING_BYTES(0x1c);
41 std::array<u32_le, 3> segments_compressed_size; 40 std::array<u32_le, 3> segments_compressed_size;
42 41
43 bool IsSegmentCompressed(size_t segment_num) const { 42 bool IsSegmentCompressed(size_t segment_num) const {