[*] Force update affinity here

This commit is contained in:
Reece Wilson 2022-03-21 07:31:01 +00:00
parent 9326891ada
commit a5c2600f1f

View File

@ -710,9 +710,10 @@ namespace Aurora::Threading::Threads
this->throttleMask_ = AuHwInfo::GetCPUInfo().maskECores;
break;
}
UpdateAffinity(this->mask_);
#endif
this->prio_ = prio;
}