mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:04:16 +01: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:
parent
5165813af9
commit
e555fe48d2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user