summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_linked_list.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-4/+4
| | | | | | 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.
* kernel: Eliminate variable shadowingLioncash2021-05-081-2/+2
| | | | | Now that the large kernel refactor is merged, we can eliminate the remaining variable shadowing cases.
* fixup! hle: kernel: Add initial impl. of KLinkedList.bunnei2021-05-061-12/+12
|
* hle: kernel: Move slab heap management to KernelCore.bunnei2021-05-061-5/+10
|
* hle: kernel: Add initial impl. of KLinkedList.bunnei2021-05-061-0/+233