Merge pull request #9013 from liamwhite/spinning-a-yarn

common: remove "yuzu:" prefix from thread names
This commit is contained in:
bunnei 2022-10-05 18:53:42 -07:00 committed by GitHub
commit d55096ce85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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