Commit Graph

5 Commits

Author SHA1 Message Date
Peter0x44 64270f1208 NX: Downgrade GCC 14 errors to warnings
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.
2024-06-17 20:16:06 +01:00
cypress bc28b5c593 NX/VITA: Total UI Re-Scale/Overhaul
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.
2023-09-01 11:44:39 -04:00
Ryan Baldwin 77bbe4eddb Default to backup plan if loading screen doesn't exist, add logic for PNG loading in Draw_CachePic 2023-05-07 17:38:59 -07:00
Tyler Young b1d3e94186 Fixed some zombie collision errors -- still incomplete but functional 2023-01-02 16:37:48 -05:00
unknown 1556256c74 Initial commit 2022-02-08 14:06:54 -05:00