common: remove "yuzu:" prefix from thread names

This commit is contained in:
Liam 2022-10-03 18:43:56 -04:00
parent e23adcd481
commit 47fc168030
19 changed files with 23 additions and 23 deletions

View file

@ -19,7 +19,7 @@ namespace VideoCommon::GPUThread {
static void RunThread(std::stop_token stop_token, Core::System& system,
VideoCore::RendererBase& renderer, Core::Frontend::GraphicsContext& context,
Tegra::DmaPusher& dma_pusher, SynchState& state) {
std::string name = "yuzu:GPU";
std::string name = "GPU";
MicroProfileOnThreadCreate(name.c_str());
SCOPE_EXIT({ MicroProfileOnThreadExit(); });