| Age | Commit message (Collapse) | Author |
|
Kernel: Improve threading & scheduling V3
|
|
|
|
|
|
|
|
|
|
Used by Skyline modding framework
|
|
|
|
- Used by Skyline modding framework
|
|
|
|
|
|
num_handles is a s32
|
|
Fix memory leak v2
|
|
|
|
Used by the Witcher 3
|
|
|
|
|
|
Misplaced break made it only check for the first core.
|
|
|
|
- ExitProcess is not actually implemented either way, and this needs more work before we implement.
|
|
|
|
- Avoids a potential crash if the handle is invalid, and also makes this code accurate to real kernel behavior.
|
|
Transition to PascalCase for result names.
|
|
Now that we have most of core free of shadowing, we can enable the
warning as an error to catch anything that may be remaining and also
eliminate this class of logic bug entirely.
|
|
CreateNamedServicePort interface.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
KAutoObject.
|
|
|
|
SetThreadActivity.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|