summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/object.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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