https://gcc.gnu.org/gcc-14/porting_to.html#warnings-as-errors
GCC 14 upgraded certain warnings about non-standard C features to errors.
-fpermissive is the documented way to turn them back to warnings and allow the build to succeed.
For our long term sanity, it would be better to resolve the warnings properly, but this will do for now.
Fixes the HUD completely on NX, some HUD issues on VITA. Most VITA Menus
are now properly scaled. Adds social badges to main menu. Fixes load
screens on both platforms.