summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/object.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec1-0/+1
2018-12-05kernel/process: Make Process a WaitObjectLioncash1-1/+1
2018-12-04kernel/object: Amend handle types to distinguish between readable and writable eventsLioncash1-1/+2
2018-10-12kernel/process: Make CodeSet a regular non-inherited objectLioncash1-1/+0
2018-08-29kernel: Eliminate kernel global stateLioncash1-0/+2
2018-08-02kernel: Move object class to its own source filesLioncash1-0/+35