aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/kernel.h
AgeCommit message (Expand)Author
2014-06-13Kernel: Updated several member functions to be constbunnei
2014-06-13Kernel: Made SyncRequest not pure virtual, with a default implementation of e...bunnei
2014-06-02kernel: moved position of * for GetTypeName and GetNamebunnei
2014-06-01kernel: changed main thread priority to default, updated Kernel::Reschedule t...bunnei
2014-05-26kernel: added WaitSynchronization method to Kernel::Objectbunnei
2014-05-26kernel: updated SyncRequest to take boolean thread wait result as a parameterbunnei
2014-05-26kernel: added enum for known CurrentThread and CurrentProcess handlesbunnei
2014-05-26kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequestbunnei
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
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