mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-10 10:09:22 +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;
|
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)
|
while (thread_ctrl::state() != thread_state::aborting)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue