User contributions for Chadderz
Jump to navigation
Jump to search
1 April 2015
- 09:1109:11, 1 April 2015 diff hist +1,440 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.
- 08:2408:24, 1 April 2015 diff hist +22 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.
31 March 2015
- 23:1023:10, 31 March 2015 diff hist +52 Coreinit.rpl →Dynamic Linking: I would argue address should be void ** since it fills in the pointer at that location (though most properly intptr_t *). Strings probably don't get changed so added const. C99 has been out for 16 years now; use bool!