summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_page_linked_list.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemoryitsmeft242021-12-051-0/+4
| | | | Used by Skyline modding framework
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-2/+2
| | | | Transition to PascalCase for result names.
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-1/+1
| | | | | | Now that we have most of core free of shadowing, we can enable the warning as an error to catch anything that may be remaining and also eliminate this class of logic bug entirely.
* hle: kernel: Migrate PageLinkedList to KPageLinkedList.bunnei2021-02-191-0/+92