mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
spu: Restore workers priority after initialization
This commit is contained in:
parent
22584fb2d1
commit
7c62574e59
@ -521,6 +521,9 @@ void spu_cache::initialize()
|
||||
result++;
|
||||
}
|
||||
|
||||
// Restore default priority
|
||||
thread_ctrl::set_native_priority(0);
|
||||
|
||||
return result;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user