mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-06 23:15:12 +00:00
Fix unresponsive UI during SPU compilation
This commit is contained in:
parent
0bfec59af8
commit
d21f87af5d
1 changed files with 3 additions and 0 deletions
|
|
@ -432,6 +432,9 @@ void spu_cache::initialize()
|
|||
|
||||
named_thread_group workers("SPU Worker ", worker_count, [&]() -> uint
|
||||
{
|
||||
// Set low priority
|
||||
thread_ctrl::set_native_priority(-1);
|
||||
|
||||
// Initialize compiler instances for parallel compilation
|
||||
std::unique_ptr<spu_recompiler_base> compiler;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue