summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_affinity_mask.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: convert KPort, KSessionLiam2023-03-131-10/+10
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-6/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* kernel/k_affinity_mask: Remove duplicated assertLioncash2022-01-241-2/+0
| | | | This is already checked inside GetCoreBit()
* 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