aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/thread.cpp
AgeCommit message (Collapse)Author
2014-05-15completely gutted/refactored threading code to be simplerbunnei
2014-05-14- added helper function for __KernelCreateThreadbunnei
- added __KernelSwitchToThread for enabling a thread - added __KernelRotateThreadReadyQueue
2014-05-13fixed thread reset to not set stack addressbunnei
2014-05-13various cleanups / remove unused codebunnei
2014-05-13added a bunch of threading code, recycled from PPSSPP, with lots of hacks in ↵bunnei
for 3DS... doesn't really do much yet. Just a jumping off point
2014-05-09added initial kernel/thread modulesbunnei