summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_process.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: Eliminate variable shadowingLioncash2021-05-081-2/+2
| | | | | Now that the large kernel refactor is merged, we can eliminate the remaining variable shadowing cases.
* hle: kernel: Migrate to KHandleTable.bunnei2021-05-061-4/+4
|
* hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.bunnei2021-05-061-0/+3
|
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-0/+480