mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-05-27 13:55:11 +00:00
Changes
CPU SetPriority changes Add SetProcessor for WINDOWS64 Fix Sheep color (jeb_) More const to constexpr
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