summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_code_memory.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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