mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-05 16:20:30 +01:00
Fix unresponsive UI during SPU compilation
This commit is contained in:
parent
0bfec59af8
commit
d21f87af5d
|
|
@ -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…
Reference in a new issue