mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 05:17:56 -05:00
common: remove "yuzu:" prefix from thread names
This commit is contained in:
@ -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); });
|
||||
|
Reference in New Issue
Block a user