mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 23:22:25 -07:00
common: remove "yuzu:" prefix from thread names
This commit is contained in:
@@ -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(); });
|
||||
|
||||
|
Reference in New Issue
Block a user