summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/thread.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* - added helper function for __KernelCreateThreadGravatar bunnei2014-05-141-4/+70
* fixed thread reset to not set stack addressGravatar bunnei2014-05-131-1/+1
* various cleanups / remove unused codeGravatar bunnei2014-05-131-65/+28
* added a bunch of threading code, recycled from PPSSPP, with lots of hacks in ...Gravatar bunnei2014-05-131-64/+524
* added initial kernel/thread modulesGravatar bunnei2014-05-091-0/+228