aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/kernel.h
AgeCommit message (Expand)Author
2014-05-20kernel: fixed include, in general include "common.h" not "common_types.h"bunnei
2014-05-20- created a Kernel namespacebunnei
2014-05-18- updated service(s) to be KernelObject'sbunnei
2014-05-18- moved Handle/Result definitions to kernel.hbunnei
2014-05-16- replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTHbunnei
2014-05-15changed "UID" to "Handle" to be a little more consistent with CTR namingbunnei
2014-05-13- added __KernelLoadExec functionbunnei
2014-05-09added initial kernel/thread modulesbunnei