aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_cpu.cpp
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-25kernel/scheduler: Take ARM_Interface instance by reference in the constructorLioncash
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-12Merge pull request #1043 from Subv/timingbunnei
2018-08-12CPU/Timing: Use an approximated amortized amount of ticks when advancing timing.Subv
2018-08-12CPU/HLE: Lock the HLE mutex before performing a reschedule.Subv
2018-08-01kernel: Move object class to its own source filesLioncash
2018-07-22Implement exclusive monitorMerryMage
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-05-10core: Add a configuration setting for use_multi_core.bunnei
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