Merge pull request #5849 from Cacodemon345/patch-555255

Don't use time-critical priority for VM thread
This commit is contained in:
Miran Grča
2025-07-30 19:31:07 +02:00
committed by GitHub

View File

@@ -441,9 +441,6 @@ main_thread_fn()
int frames;
QThread::currentThread()->setPriority(QThread::HighestPriority);
#ifdef _WIN32
SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_TIME_CRITICAL);
#endif
plat_set_thread_name(nullptr, "main_thread_fn");
framecountx = 0;
// title_update = 1;