Nathan Strong 9b2d4236ad WIIU: Clean up a bunch of compiler warnings
== DETAILS
These changes fall into a few broad categories:

1. Explicitly undefine things we want to re-define due to conflicts with
   the version of devkitpro we're using
2. Clean up hex format specifiers to use `%lx` or `%lX` when working with
   long integers
3. Move variables inside the ifdef they're used in to squelch "unused variable"
   messages
4. Add parenthesis to make Wii U shader declarations stop complaining

And then there's a weird "misleading indent" warning that I fixed by just
rewriting a block of code to use a switch statement instead of if-then-else.

These changes work fine on Wii U, but we'll need to keep an eye on CI/CD to see
if other platform builds break.
2021-09-25 13:25:39 -07:00
..
2020-08-26 19:08:12 -07:00
2021-09-15 01:17:56 +02:00
2021-02-18 18:35:31 +02:00
2017-12-12 00:24:18 -08:00
2021-03-25 16:19:42 +00:00
2020-08-03 16:33:54 +02:00
2020-08-03 16:33:54 +02:00
2020-08-30 05:29:32 +02:00
2020-08-30 05:29:32 +02:00