aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_cpu.h
AgeCommit message (Expand)Author
2018-10-15core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsLioncash
2018-10-15core: Make the exclusive monitor a unique_ptr instead of a shared_ptrLioncash
2018-10-15core: Make CPUBarrier a unique_ptr instead of a shared_ptrLioncash
2018-09-25core_cpu: Make arm_interface instances a std::unique_ptrLioncash
2018-09-17core/core_cpu: Replace exclusive monitor include with forward declarationLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-24core: Namespace all code in the arm subdirectory under the Core namespaceLioncash
2018-08-12Core/HLE: Make the 'reschedule_pending' flag atomic.Subv
2018-07-22Implement exclusive monitorMerryMage
2018-05-10core: Support session close with multicore.bunnei
2018-05-10core: Implement multicore support.bunnei
2018-05-10core: Create a thread for each CPU core, keep in lock-step with a barrier.bunnei
2018-05-10core: Move common CPU core things to its own class.bunnei