mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 00:08:21 -05:00
Correct compiling errors and addapt to the new interface.
This commit is contained in:
committed by
FernandoS27
parent
9031502974
commit
b8b7ebcece
@ -66,10 +66,7 @@ std::vector<std::unique_ptr<WaitTreeThread>> WaitTreeItem::MakeThreadItemList()
|
||||
};
|
||||
|
||||
const auto& system = Core::System::GetInstance();
|
||||
add_threads(system.Scheduler(0).GetThreadList());
|
||||
add_threads(system.Scheduler(1).GetThreadList());
|
||||
add_threads(system.Scheduler(2).GetThreadList());
|
||||
add_threads(system.Scheduler(3).GetThreadList());
|
||||
add_threads(system.GlobalScheduler().GetThreadList());
|
||||
|
||||
return item_list;
|
||||
}
|
||||
|
Reference in New Issue
Block a user