summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_interrupt_manager.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-31core: hle: kernel: Implement thread pinning.bunnei1-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.