summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_code_memory.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle: kernel: KCodeMemory: Remove unused QueryMemory.bunnei2022-02-091-1/+0
|
* hle: kernel: KCodeMemory: Correct m_page_group number of pages.bunnei2022-02-091-2/+3
| | | Credits to @xerpi for finding this issue and pointing it out on #7519.
* fix formattingitsmeft242021-12-061-1/+1
|
* Remove unnecessary includesitsmeft242021-12-061-24/+7
|
* Add copyright noticeitsmeft242021-12-051-0/+4
|
* kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemoryitsmeft242021-12-051-0/+159
Used by Skyline modding framework