summaryrefslogtreecommitdiffstats
path: root/src/core/cpu_manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core/cpu_manager: Remove unused includesLioncash2020-01-311-2/+0
| | | | | Nothing from these headers are used within this source file, so we can remove them.
* System: Address FeedbackFernando Sahmkow2020-01-271-1/+0
|
* Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.Fernando Sahmkow2020-01-261-0/+84
This commit instends on better naming the new purpose of this classes.