summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc/svc_transfer_memory.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in src/core (#12625)Viktor Szépe2024-01-081-2/+2
| | | | | | | | | * Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent
* kernel: implement transfer memoryLiam2023-10-051-5/+49
|
* k_process: PageTable -> GetPageTableLiam2023-07-151-1/+1
|
* kernel: use KTypedAddress for addressesLiam2023-03-221-1/+1
|
* kernel: prefer std::addressofLiam2023-03-131-1/+1
|
* kernel/svc: convert to new styleLiam2023-03-131-3/+1
|
* kernel: use GetCurrentProcessLiam2023-02-131-2/+2
|
* kernel/svc: switch to generated wrappersLiam2023-02-071-3/+41
|
* kernel/svc: Split implementations into separate filesLiam2023-02-051-0/+79