Scheduler overhaul

This commit is contained in:
xddxd 2021-03-17 18:28:03 +02:00 committed by Ivan
parent a7acb84b8b
commit 9d895e6b15
12 changed files with 101 additions and 47 deletions

View file

@ -639,7 +639,7 @@ namespace rsx
// Raise priority above other threads
thread_ctrl::scoped_priority high_prio(+1);
if (g_cfg.core.thread_scheduler_enabled)
if (g_cfg.core.thread_scheduler != thread_scheduler_mode::os)
{
thread_ctrl::set_thread_affinity_mask(thread_ctrl::get_affinity_mask(thread_class::rsx));
}