mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 17:41:49 +01:00
elf2rpl: Bump up cafe SDK version in file info sections.
Matches latest SDK version.
This commit is contained in:
parent
4edd7a5901
commit
2d0db54e65
@ -156,8 +156,8 @@ generateFileInfoSection(ElfFile &file,
|
||||
info.minVersion = 0x5078u;
|
||||
info.compressionLevel = -1;
|
||||
info.fileInfoPad = 0u;
|
||||
info.cafeSdkVersion = 0x51BAu;
|
||||
info.cafeSdkRevision = 0xCCD1u;
|
||||
info.cafeSdkVersion = 0x5335u;
|
||||
info.cafeSdkRevision = 0x10D4Bu;
|
||||
info.tlsAlignShift = uint16_t { 0u };
|
||||
info.tlsModuleIndex = uint16_t { 0u };
|
||||
info.runtimeFileInfoSize = 0u;
|
||||
@ -555,6 +555,7 @@ deflateSections(ElfFile &file)
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Calculate section file offsets.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user