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