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

@@ -307,6 +307,7 @@ bool CGameNetworkManager::StartNetworkGame(Minecraft *minecraft, LPVOID lpParame
#endif //__PS3__
thread->SetProcessor(CPU_CORE_SERVER);
thread->SetPriority(THREAD_PRIORITY_BELOW_NORMAL);
thread->Run();
ServerReadyWait();