summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_transfer_memory.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-19scope_exit: Make constexprFearlessTobi1-1/+3
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
2024-01-08Fix typos in src/core (#12625)Viktor Szépe1-4/+4
* Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent
2023-10-05kernel: implement transfer memoryLiam1-8/+81
2023-03-22kernel: use KTypedAddress for addressesLiam1-1/+1
2023-03-13kernel: remove unnecessary finalize callsLiam1-4/+1
2023-03-13kernel: remove kernel_Liam1-8/+8
2023-03-13kernel: convert miscellaneousLiam1-7/+7
2023-02-13kernel: use GetCurrentProcessLiam1-1/+1
2022-11-10kernel/svc_types: refreshLiam1-1/+1
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-2/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-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.
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-1/+1
Transition to PascalCase for result names.
2021-05-08kernel: Eliminate variable shadowingLioncash1-2/+2
Now that the large kernel refactor is merged, we can eliminate the remaining variable shadowing cases.
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-2/+2
2021-05-06hle: kernel: Migrate KTransferMemory to KAutoObject.bunnei1-0/+45