mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
parent
83026fd263
commit
1adc408ad7
7 changed files with 2457 additions and 127 deletions
|
@ -2849,7 +2849,7 @@ void thread_ctrl::set_native_priority(int priority)
|
|||
|
||||
if (int err = pthread_setschedparam(pthread_self(), policy, ¶m))
|
||||
{
|
||||
sig_log.error("pthraed_setschedparam() failed: %d", err);
|
||||
sig_log.error("pthread_setschedparam() failed: %d", err);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue