mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 02:18:19 -05: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