Open tyackman opened 1 year ago
The font isn't the one adding to the bloat sadly, it's the Lua library and the curl library.
Edit: This is not the YimMenu repository, my bad.
We should use AddFontFromMemoryCompressedBase85TTF instead of AddFontFromMemoryTTF. AddFontFromMemoryTTF is gei, so is binary bloat :(
I didn't really care about binary size as it's still under 2mb's and doesn't really effect much but yeah i can take that as an worthy suggestion.
We should use AddFontFromMemoryCompressedBase85TTF instead of AddFontFromMemoryTTF. AddFontFromMemoryTTF is gei, so is binary bloat :(