mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 03:02:24 -07: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