summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_affinity_mask.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* k_affinity_mask: Avoid implicit truncation to boolLioncash2021-02-041-1/+1
| | | | | This can cause compiler warnings. Instead, we can explicitly add a boolean expression around it to naturally turn the result into a bool.
* hle: kernel: KAffinityMask: Various style fixes based on code review feedback.bunnei2020-12-061-17/+13
|
* hle: kernel: Port KAffinityMask from Mesosphere.bunnei2020-12-061-0/+62