CPU SetPriority changes
Add SetProcessor for WINDOWS64
Fix Sheep color (jeb_)
More const to constexpr
This commit is contained in:
GabsPuNs
2026-04-11 04:52:43 -04:00
parent 1bd22c3bad
commit 1bc99a027d
21 changed files with 71 additions and 21 deletions

View File

@@ -174,6 +174,7 @@ GameRenderer::GameRenderer(Minecraft *mc)
m_updateThread->SetPriority(THREAD_PRIORITY_ABOVE_NORMAL);
#endif// __PS3__
m_updateThread->SetProcessor(CPU_CORE_CHUNK_UPDATE);
m_updateThread->SetPriority(THREAD_PRIORITY_HIGHEST);
m_updateThread->Run();
#endif
}