mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-11 12:46:01 -05:00
elf2rpl: Set the file info section compressionLevel to 6.
This is the zlib level we use for compressing sections.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user