common: remove "yuzu:" prefix from thread names
This commit is contained in:
parent
61399de5db
commit
35d3e7db2a
19 changed files with 23 additions and 23 deletions
|
@ -140,7 +140,7 @@ private:
|
|||
}
|
||||
|
||||
void ThreadLoop(std::stop_token stop_token) {
|
||||
Common::SetCurrentThreadName("yuzu:Debugger");
|
||||
Common::SetCurrentThreadName("Debugger");
|
||||
|
||||
// Set up the client signals for new data.
|
||||
AsyncReceiveInto(signal_pipe, pipe_data, [&](auto d) { PipeData(d); });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue