common: remove "yuzu:" prefix from thread names

This commit is contained in:
Liam
2022-10-03 18:43:56 -04:00
parent 61399de5db
commit 35d3e7db2a
19 changed files with 23 additions and 23 deletions

View File

@ -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