summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* - added helper function for __KernelCreateThreadGravatar bunnei2014-05-142-4/+76
* changed primary thread priority to 0x30 - this is typical, not 0x31Gravatar bunnei2014-05-141-1/+2
* fixed thread reset to not set stack addressGravatar bunnei2014-05-131-1/+1
* various cleanups / remove unused codeGravatar bunnei2014-05-132-65/+29
* added a bunch of threading code, recycled from PPSSPP, with lots of hacks in ...Gravatar bunnei2014-05-132-70/+543
* - added __KernelLoadExec functionGravatar bunnei2014-05-132-13/+35
* added initial kernel/thread modulesGravatar bunnei2014-05-094-0/+527