mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
disable thread scheduler on intel
This commit is contained in:
parent
d48f391b41
commit
824340363d
@ -1878,10 +1878,8 @@ void thread_ctrl::detect_cpu_layout()
|
|||||||
{
|
{
|
||||||
g_native_core_layout.store(native_core_arrangement::amd_ccx);
|
g_native_core_layout.store(native_core_arrangement::amd_ccx);
|
||||||
}
|
}
|
||||||
else if (system_id.find("i3") != std::string::npos || system_id.find("i7") != std::string::npos)
|
|
||||||
{
|
// TODO: Detect hyperthreaded intel CPUs
|
||||||
g_native_core_layout.store(native_core_arrangement::intel_ht);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
u16 thread_ctrl::get_affinity_mask(thread_class group)
|
u16 thread_ctrl::get_affinity_mask(thread_class group)
|
||||||
|
Loading…
Reference in New Issue
Block a user