mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-21 10:37:51 -05:00
common: remove "yuzu:" prefix from thread names
This commit is contained in:
@ -31,7 +31,7 @@ constexpr auto frame_ns = std::chrono::nanoseconds{1000000000 / 60};
|
||||
|
||||
void NVFlinger::SplitVSync(std::stop_token stop_token) {
|
||||
system.RegisterHostThread();
|
||||
std::string name = "yuzu:VSyncThread";
|
||||
std::string name = "VSyncThread";
|
||||
MicroProfileOnThreadCreate(name.c_str());
|
||||
|
||||
// Cleanup
|
||||
|
Reference in New Issue
Block a user