20 Commits (e792758ddb275139d5cd1f5af601e11240ac097a)

Author SHA1 Message Date
Lioncash 1c3371c921 core_timing: Convert core timing into a class 7 years ago
Lioncash 1d2de5c4b5 core_timing: Rename CoreTiming namespace to Core::Timing 7 years ago
Lioncash f94bf1a29f core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 7 years ago
Lioncash 16a332fee0 core: Make the exclusive monitor a unique_ptr instead of a shared_ptr 7 years ago
Lioncash 0575e2639a core: Make CPUBarrier a unique_ptr instead of a shared_ptr 7 years ago
Lioncash cf3e25a3c6 core_cpu: Make arm_interface instances a std::unique_ptr 7 years ago
Lioncash 4ebca28342 kernel/scheduler: Take ARM_Interface instance by reference in the constructor 7 years ago
Lioncash 0de8f10b34 core/core_cpu: Replace exclusive monitor include with forward declaration 7 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Subv 21fa6cb72c CPU/Timing: Use an approximated amortized amount of ticks when advancing timing. 7 years ago
Subv c51eb8b679 CPU/HLE: Lock the HLE mutex before performing a reschedule. 7 years ago
Lioncash 38c2af9330 kernel: Move object class to its own source files 8 years ago
MerryMage 34bf2dbf68 Implement exclusive monitor 8 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
bunnei bbd273e7ce core: Add a configuration setting for use_multi_core. 8 years ago
bunnei 6eacbd693d core: Support session close with multicore. 8 years ago
bunnei 44c565aeca core: Implement multicore support. 8 years ago
bunnei fc8b0d9d2b core: Create a thread for each CPU core, keep in lock-step with a barrier. 8 years ago
bunnei 0867e78c8a core: Move common CPU core things to its own class. 8 years ago