early-access version 1272

This commit is contained in:
pineappleEA
2020-12-31 11:03:11 +01:00
parent e4e12386d2
commit 3e42621659
37 changed files with 816 additions and 1009 deletions

View File

@@ -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;