More merges

This commit is contained in:
GabsPuNs
2026-05-11 00:53:00 -04:00
parent ca5aa1eace
commit 9f0107b76e
23 changed files with 294 additions and 101 deletions

View File

@@ -65,6 +65,7 @@ void ServerLevel::staticCtor()
m_updateThread = new C4JThread(runUpdate, nullptr, "Tile update");
m_updateThread->SetProcessor(CPU_CORE_TILE_UPDATE);
m_updateThread->SetPriority(THREAD_PRIORITY_ABOVE_NORMAL); //
#ifdef __ORBIS__
m_updateThread->SetPriority(THREAD_PRIORITY_BELOW_NORMAL); // On Orbis, this core is also used for Matching 2, and that priority of that seems to be always at default no matter what we set it to. Prioritise this below Matching 2.
#endif