wut
wut copied to clipboard
Let's try to make a Wii U Toolchain / SDK for creating rpx/rpl.
## Feature Request [ If any section does not apply, replace its contents with "N/A". ] [ If you do not have the information needed for a section, replace its...
This draft is based on #195 and adds a clang-format configuration which matches the existing code base more closely. It also adds a workflow for pull requests to ensure correct...
This adds `WUT_FORMAT_PRINTF` to decorate printf-like functions. Incidentally, this revealed a few debug prints that had the wrong number of arguments for the format string, or read the wrong number...
## Feature Request Can you also release the package "wiiu-examples" too that will contain the content of the "samples" directory? ### Why would this feature be useful? Give an easier...
Uses GCC's `access` attribute to enable more warnings on bounds checking.
There's no reason for `OSThreadEntryPointFn` to take `const char**` when `argv` uses the value that is `char*` in `OSCreateThread`, there's also no reason for params to be `char` related when...