Browse Source

umm...

pull/179/head
Gamer64 7 months ago
committed by crueter
parent
commit
1ec478a2af
  1. 2
      src/video_core/gpu_thread.cpp

2
src/video_core/gpu_thread.cpp

@ -23,9 +23,11 @@ static void RunThread(std::stop_token stop_token, Core::System& system,
Tegra::Control::Scheduler& scheduler, SynchState& state) {
std::string name = "GPU";
MicroProfileOnThreadCreate(name.c_str());
#if MICROPROFILE_ENABLED
SCOPE_EXIT {
MicroProfileOnThreadExit();
};
#endif
Common::SetCurrentThreadName(name.c_str());
Common::SetCurrentThreadPriority(Common::ThreadPriority::Critical);

Loading…
Cancel
Save