mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-02 07:22:26 -07:00
Scheduler: Correct Select Threads Step 2.
This commit is contained in:
@@ -103,6 +103,7 @@ u32 GlobalScheduler::SelectThreads() {
|
||||
TransferToCore(suggested->GetPriority(), static_cast<s32>(core_id), suggested);
|
||||
break;
|
||||
}
|
||||
suggested = nullptr;
|
||||
migration_candidates[num_candidates++] = suggested_core_id;
|
||||
}
|
||||
// Step 3: Select a suggested thread from another core
|
||||
|
Reference in New Issue
Block a user