summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_transfer_memory.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in src/core (#12625)Viktor Szépe2024-01-081-4/+4
| | | | | | | | | * Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent
* kernel: implement transfer memoryLiam2023-10-051-8/+81
|
* kernel: use KTypedAddress for addressesLiam2023-03-221-1/+1
|
* kernel: remove unnecessary finalize callsLiam2023-03-131-4/+1
|
* kernel: remove kernel_Liam2023-03-131-8/+8
|
* kernel: convert miscellaneousLiam2023-03-131-7/+7
|
* 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
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* 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