aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/kernel.h
AgeCommit message (Collapse)Author
2014-05-22kernel: refactored function naming to remove "__" prefixbunnei
2014-05-20kernel: fixed include, in general include "common.h" not "common_types.h"bunnei
2014-05-20- created a Kernel namespacebunnei
- cleaned up Kernel code a bit (moved stuff into namespace, fixed whitespace issues) - added handle types for all different CTROS handles
2014-05-18- updated service(s) to be KernelObject'sbunnei
- various cleanups
2014-05-18- moved Handle/Result definitions to kernel.hbunnei
- added ResetType enum
2014-05-16- replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTHbunnei
- added KERNEL_DEFAULT_STACK_SIZE definition (0x4000)
2014-05-15changed "UID" to "Handle" to be a little more consistent with CTR namingbunnei
2014-05-13- added __KernelLoadExec functionbunnei
- fixed some logging
2014-05-09added initial kernel/thread modulesbunnei