mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
spu: Restore workers priority after initialization
This commit is contained in:
parent
22584fb2d1
commit
7c62574e59
1 changed files with 3 additions and 0 deletions
|
@ -521,6 +521,9 @@ void spu_cache::initialize()
|
|||
result++;
|
||||
}
|
||||
|
||||
// Restore default priority
|
||||
thread_ctrl::set_native_priority(0);
|
||||
|
||||
return result;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue