summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/kernel.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kernel: Removed unnecessary "#pragma once".bunnei2014-06-131-2/+0
* Kernel: Added freeing of kernel objects on emulator shutdown.bunnei2014-06-131-0/+4
* HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei2014-06-131-1/+1
* kernel: changed current default thread priority back to 0x30 - I think this is more correctbunnei2014-06-051-1/+1
* kernel: changed main thread priority to default, updated Kernel::Reschedule to use PrepareReschedulebunnei2014-06-021-1/+2
* kernel: refactored function naming to remove "__" prefixbunnei2014-05-231-5/+10
* thread: moved threading calls to the Kernel namespacebunnei2014-05-211-3/+3
* - created a Kernel namespacebunnei2014-05-211-25/+24
* changed "UID" to "Handle" to be a little more consistent with CTR namingbunnei2014-05-161-5/+5
* changed primary thread priority to 0x30 - this is typical, not 0x31bunnei2014-05-151-1/+2
* - added __KernelLoadExec functionbunnei2014-05-141-0/+11
* added initial kernel/thread modulesbunnei2014-05-101-0/+142