stblr / mkw-cs

Client-server netcode for Mario Kart Wii
MIT License
11 stars 0 forks source link

Recover space between the data and the bss section of the rel #4

Closed stblr closed 2 years ago

stblr commented 3 years ago

The game uses the OSLink function to link the rel, which keeps data to allow it to be unlinked and relinked at a different place without reading it from the disc again. That feature isn't used by the game, so it ends up wasting almost 1 MiB of MEM1. So we want to use OSLinkFixed instead, which doesn't keep that data.