summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/scheduler.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: Migrate logging macros to fmt-compatible onesLioncash2018-04-261-3/+3
* core: Move process creation out of global state.bunnei2018-03-141-3/+4
* scheduler: Cleanup based on PR feedback.bunnei2018-02-191-1/+1
* kernel: Add Scheduler, which encapsulates the scheduling loading from Thread module.bunnei2018-02-181-0/+134