elf2rpl: Set the file info section compressionLevel to 6.

This is the zlib level we use for compressing sections.
This commit is contained in:
James Benton 2018-07-19 08:50:48 +01:00
parent 5165813af9
commit e555fe48d2

View File

@ -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;