summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_process.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Rename GetTitleID to GetProgramIDMorph2021-11-041-2/+2
|
* core: Remove unused includesameerj2021-11-041-1/+0
|
* Fix KShareMemory object leakFeng Chen2021-09-291-0/+4
|
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-1/+1
| | | | Transition to PascalCase for result names.
* kernel: Add missing override specifiersLioncash2021-05-291-4/+4
| | | | | | | | Over the course of the kernel refactoring a tiny bit of missing overrides slipped through review, so we can add these. While we're at it, we can remove redundant virtual keywords where applicable as well.
* 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