summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_transfer_memory.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-1/+1
| | | | Transition to PascalCase for result names.
* 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: Rename Process to KProcess.bunnei2021-05-061-2/+2
|
* hle: kernel: Migrate KTransferMemory to KAutoObject.bunnei2021-05-061-0/+45