summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_interrupt_manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: hle: kernel: Implement thread pinning.bunnei2021-12-311-0/+34
- We largely had the mechanics in place for thread pinning, this change hooks these up. - Validated with tests https://github.com/Atmosphere-NX/Atmosphere/blob/master/tests/TestSvc/source/test_thread_pinning.cpp.