diff options
author | Liam <byteslice@airmail.cc> | 2022-10-04 00:43:56 +0200 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2022-10-04 00:43:56 +0200 |
commit | 35d3e7db2a0413a921e0846a3d76f9d9f36a2500 (patch) | |
tree | 12f749fe914b16cbc0a8b424c1738495b4c154b7 /src/core/hle/service | |
parent | Merge pull request #8955 from german77/amiibo-rewrite (diff) | |
download | yuzu-35d3e7db2a0413a921e0846a3d76f9d9f36a2500.tar yuzu-35d3e7db2a0413a921e0846a3d76f9d9f36a2500.tar.gz yuzu-35d3e7db2a0413a921e0846a3d76f9d9f36a2500.tar.bz2 yuzu-35d3e7db2a0413a921e0846a3d76f9d9f36a2500.tar.lz yuzu-35d3e7db2a0413a921e0846a3d76f9d9f36a2500.tar.xz yuzu-35d3e7db2a0413a921e0846a3d76f9d9f36a2500.tar.zst yuzu-35d3e7db2a0413a921e0846a3d76f9d9f36a2500.zip |
Diffstat (limited to 'src/core/hle/service')
-rw-r--r-- | src/core/hle/service/nvflinger/nvflinger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nvflinger/nvflinger.cpp b/src/core/hle/service/nvflinger/nvflinger.cpp index 93057e800..4246e5e25 100644 --- a/src/core/hle/service/nvflinger/nvflinger.cpp +++ b/src/core/hle/service/nvflinger/nvflinger.cpp @@ -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 |