mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Implement set_ideal_processor_core (linux)
This commit is contained in:
parent
9e0b881b2b
commit
dbc9bdfe02
2 changed files with 6 additions and 0 deletions
|
@ -394,6 +394,7 @@ namespace rsx
|
|||
|
||||
// Raise priority above other threads
|
||||
thread_ctrl::set_native_priority(1);
|
||||
thread_ctrl::set_ideal_processor_core(0);
|
||||
|
||||
// Round to nearest to deal with forward/reverse scaling
|
||||
fesetround(FE_TONEAREST);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue