summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_transfer_memory.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: implement transfer memoryLiam2023-10-051-4/+10
|
* kernel: use KTypedAddress for addressesLiam2023-03-221-3/+3
|
* kernel: remove kernel_Liam2023-03-131-2/+2
|
* kernel: convert miscellaneousLiam2023-03-131-10/+10
|
* 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.
* core: Remove unused includesameerj2021-11-041-2/+0
|
* kernel: Add missing override specifiersLioncash2021-05-291-5/+5
| | | | | | | | 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.
* KTransferMemory: Return size instead of size * PageSize in GetSize()Morph2021-05-181-1/+1
| | | | size is already the size in bytes. We do not need to multiply it by the page size
* kernel: Eliminate variable shadowingLioncash2021-05-081-1/+1
| | | | | 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-3/+3
|
* hle: kernel: Remove deprecated Object class.bunnei2021-05-061-15/+0
|
* hle: kernel: Migrate KResourceLimit to KAutoObject.bunnei2021-05-061-3/+2
|
* hle: kernel: Migrate KTransferMemory to KAutoObject.bunnei2021-05-061-0/+82