summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/object.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: Implement a more accurate IPC dispatch.bunnei2019-11-281-0/+1
* kernel/object: Remove unused handle type entryLioncash2019-04-031-1/+0
* core/hle/kernel: Split transfer memory handling out into its own classLioncash2019-03-131-0/+1
* kernel: Remove the Timer classLioncash2019-02-011-1/+0
* Fixed uninitialized memory due to missing returns in canaryDavid Marcec2018-12-191-0/+1
* kernel/process: Make Process a WaitObjectLioncash2018-12-051-1/+1
* kernel/object: Amend handle types to distinguish between readable and writable eventsLioncash2018-12-041-1/+2
* kernel/process: Make CodeSet a regular non-inherited objectLioncash2018-10-121-1/+0
* kernel: Eliminate kernel global stateLioncash2018-08-291-0/+2
* kernel: Move object class to its own source filesLioncash2018-08-021-0/+35