mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 02:17:57 -05:00
core: hle: Add missing calls to MicroProfileOnThreadExit.
This commit is contained in:
@ -38,6 +38,10 @@ void NVFlinger::SplitVSync() {
|
||||
system.RegisterHostThread();
|
||||
std::string name = "yuzu:VSyncThread";
|
||||
MicroProfileOnThreadCreate(name.c_str());
|
||||
|
||||
// Cleanup
|
||||
SCOPE_EXIT({ MicroProfileOnThreadExit(); });
|
||||
|
||||
Common::SetCurrentThreadName(name.c_str());
|
||||
Common::SetCurrentThreadPriority(Common::ThreadPriority::High);
|
||||
s64 delay = 0;
|
||||
|
Reference in New Issue
Block a user