Donald Haase
Donald Haase
It seems needless to have rebuild them all, even ones unused by the main lib like pvrtex, after every `make clean`. Instead, it seems to make more sense to have...
This is a set of changes to reduce the number of examples that rely on reaching into the arch API for functionality that is now available via standard library functionality....
Three sets of warnings that had cropped up in some recent PRs: - irq.c - Correct param name for `irq_restore` - purupuru.c - The deprecated struct members had an incorrect...
Adding two 'special events' that can be used with the controller callbacks. - `CONT_CB_ANY` when OR'd in with buttons will cause the callback to trigger if any of the buttons...
Was incorrectly defined in #1035. The addons include DIR does not separate by arch. It's expected the headers would be shared across archs.
With builtins and lto enabled, `strcpy` would optimize better and it seems as though `badfunc` would just not get called at all. Forced optimization off for the example and disabled...
General cleanup along with a transition to dynamic file handles like #1112 and #973. - Use `bools` rather than ints where appropriate. - Cleanups to spacing. - Refactoring of validity...
CFF is a format for providing machine readable academic citation information for a codebase: https://citation-file-format.github.io/ There's a generator system for it as well that would just require some slogging through...
This would apply to [`libconio`](https://github.com/KallistiOS/libconio), [`libkosh`](https://github.com/KallistiOS/libkosh), [`libparallax`](https://github.com/KallistiOS/libparallax), [`libtsunami`](https://github.com/KallistiOS/libtsunami), and [`libkmg`](https://github.com/KallistiOS/libkmg). Each of these are internal to and written by KallistiOS org members, have no external dependencies, and have fallen into...
The last time it was updated was in 2004 to `0.5.1`, though the changelog was not updated at the time to the upstream changelog. Since then we've added some minor...