mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 10:42:36 +01:00
Shorten SPU LLVM Worker name to SPUW.#
For debugging.
This commit is contained in:
parent
3eabec0030
commit
7939160178
@ -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…
Reference in New Issue
Block a user