mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
common: remove "yuzu:" prefix from thread names
This commit is contained in:
parent
e23adcd481
commit
47fc168030
19 changed files with 23 additions and 23 deletions
|
@ -47,7 +47,7 @@ EmuThread::EmuThread(Core::System& system_) : system{system_} {}
|
|||
EmuThread::~EmuThread() = default;
|
||||
|
||||
void EmuThread::run() {
|
||||
std::string name = "yuzu:EmuControlThread";
|
||||
std::string name = "EmuControlThread";
|
||||
MicroProfileOnThreadCreate(name.c_str());
|
||||
Common::SetCurrentThreadName(name.c_str());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue