User contributions
1 April 2015
Coreinit.rpl
Added information on OSThread which I could deduce quickly from OSDumpContext. I'm sure there are many other 'obvious' fields in places like OSGetThreadAffinity.
+1,440
Coreinit.rpl
Functions: Marked the cache functions' addr parameter as const - this once annoyed me in libogc - they don't change the data! Add (void) to OSYieldThread - it's not variadic.
+22