I went through all feature #defines I could find and set them properly (+ minor cleanup of surrounding stuff). This means that SDL now utilizes our libc better, which not only reduces executable size a bit, but also removes the need for our SDL-samples to provide a _exit() function (XboxDev/nxdk#97).
I went through all feature
#define
s I could find and set them properly (+ minor cleanup of surrounding stuff). This means that SDL now utilizes our libc better, which not only reduces executable size a bit, but also removes the need for our SDL-samples to provide a_exit()
function (XboxDev/nxdk#97).