mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Shorten SPU LLVM Worker name to SPUW.#
For debugging.
This commit is contained in:
parent
3eabec0030
commit
7939160178
1 changed files with 1 additions and 1 deletions
|
@ -8502,7 +8502,7 @@ struct spu_llvm
|
|||
|
||||
u32 worker_index = 0;
|
||||
|
||||
named_thread_group<spu_llvm_worker> workers("SPU LLVM Worker ", worker_count);
|
||||
named_thread_group<spu_llvm_worker> workers("SPUW.", worker_count);
|
||||
|
||||
while (thread_ctrl::state() != thread_state::aborting)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue