summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_transfer_memory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: use GetCurrentProcessLiam2023-02-131-1/+1
* kernel/svc_types: refreshLiam2022-11-101-1/+1
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-2/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-1/+1
* kernel: Eliminate variable shadowingLioncash2021-05-081-2/+2
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-2/+2
* hle: kernel: Migrate KTransferMemory to KAutoObject.bunnei2021-05-061-0/+45