mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-07-10 17:09:03 +00:00
More merges
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user