mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
config: Remove Lower SPU Priority setting
This commit is contained in:
parent
ecc55048c5
commit
df96be199b
6 changed files with 0 additions and 19 deletions
|
@ -411,11 +411,6 @@ void cpu_thread::operator()()
|
|||
}
|
||||
if (id_type() == 2)
|
||||
{
|
||||
if (g_cfg.core.lower_spu_priority)
|
||||
{
|
||||
thread_ctrl::set_native_priority(-1);
|
||||
}
|
||||
|
||||
// force input/output denormals to zero for SPU threads (FTZ/DAZ)
|
||||
_mm_setcsr( _mm_getcsr() | 0x8040 );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue