summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_code_memory.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: remove kernel_Liam2023-03-131-1/+1
|
* kernel: remove gratitutous attribute usageLiam2023-03-131-1/+1
|
* Revert "Revert "k_page_group: synchronize""bunnei2023-01-081-2/+4
|
* Revert "k_page_group: synchronize"gidoly2022-12-291-4/+2
|
* k_page_group: synchronizeLiam2022-12-251-2/+4
|
* KCodeMemory: Mark virtual methods as overrideMerry2022-07-151-3/+3
|
* core: kernel: Replace instances of KPageLinkedList with KPageGroupgerman772022-06-271-2/+2
|
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-5/+5
|
* 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.
* Update k_code_memory.hitsmeft242021-12-071-6/+6
|
* make KCodeMemory::GetSourceAddress constitsmeft242021-12-071-1/+1
| | | Co-authored-by: Mai M. <mathew1800@gmail.com>
* fix formattingitsmeft242021-12-061-1/+6
|
* move private members below public membersitsmeft242021-12-061-10/+11
|
* fix formattingitsmeft242021-12-061-1/+1
| | | Co-authored-by: Mai M. <mathew1800@gmail.com>
* fix formattingitsmeft242021-12-061-1/+1
|
* Remove unnecessary includesitsmeft242021-12-061-26/+6
|
* Add copyright noticeitsmeft242021-12-051-0/+4
|
* kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemoryitsmeft242021-12-051-0/+76
Used by Skyline modding framework