mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
Scheduler overhaul
This commit is contained in:
parent
a7acb84b8b
commit
9d895e6b15
12 changed files with 101 additions and 47 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue