summaryrefslogtreecommitdiffstats
path: root/src/core/core_cpu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-2/+2
* Merge pull request #1043 from Subv/timingbunnei2018-08-131-0/+1
|\
| * CPU/Timing: Use an approximated amortized amount of ticks when advancing timing.Subv2018-08-131-0/+1
* | CPU/HLE: Lock the HLE mutex before performing a reschedule.Subv2018-08-131-0/+3
|/
* kernel: Move object class to its own source filesLioncash2018-08-021-1/+0
* Implement exclusive monitorMerryMage2018-07-221-3/+16
* Rename logging macro back to LOG_*James Rowe2018-07-031-2/+2
* core: Add a configuration setting for use_multi_core.bunnei2018-05-111-3/+8
* core: Support session close with multicore.bunnei2018-05-111-1/+28
* core: Implement multicore support.bunnei2018-05-111-1/+1
* core: Create a thread for each CPU core, keep in lock-step with a barrier.bunnei2018-05-111-5/+20
* core: Move common CPU core things to its own class.bunnei2018-05-111-0/+72