mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-21 13:37:50 -05:00
Redesign CPU Cores to work with the new scheduler
This commit is contained in:
committed by
FernandoS27
parent
57a71f899a
commit
47c6c78c03
@ -13,6 +13,7 @@
|
||||
|
||||
namespace Kernel {
|
||||
class Scheduler;
|
||||
class GlobalScheduler;
|
||||
}
|
||||
|
||||
namespace Core {
|
||||
@ -90,6 +91,7 @@ private:
|
||||
|
||||
std::unique_ptr<ARM_Interface> arm_interface;
|
||||
CpuBarrier& cpu_barrier;
|
||||
Kernel::GlobalScheduler& global_scheduler;
|
||||
std::unique_ptr<Kernel::Scheduler> scheduler;
|
||||
Timing::CoreTiming& core_timing;
|
||||
|
||||
|
Reference in New Issue
Block a user