Skip to content

Commit

Permalink
elf2rpl: Set the file info section compressionLevel to 6.
Browse files Browse the repository at this point in the history
This is the zlib level we use for compressing sections.
  • Loading branch information
exjam committed Jul 19, 2018
1 parent 5165813 commit e555fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/elf2rpl/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ generateFileInfoSection(ElfFile &file,
info.filename = 0u;
info.flags = flags;
info.minVersion = 0x5078u;
info.compressionLevel = -1;
info.compressionLevel = 6;
info.fileInfoPad = 0u;
info.cafeSdkVersion = 0x5335u;
info.cafeSdkRevision = 0x10D4Bu;
Expand Down

0 comments on commit e555fe4

Please sign in to comment.