Skip to content

Commit df87e7d

Browse files
committed
Don't mask thread for specific processor core
1 parent 276eb24 commit df87e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrEngine/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ int RunApplication(pcstr commandLine)
319319
return 2;
320320
}
321321
#endif
322-
SetThreadAffinityMask(GetCurrentThread(), 1);
322+
//SetThreadAffinityMask(GetCurrentThread(), 1);
323323
logoWindow = CreateDialog(GetModuleHandle(NULL), MAKEINTRESOURCE(IDD_STARTUP), nullptr, LogoWndProc);
324324
HWND logoPicture = GetDlgItem(logoWindow, IDC_STATIC_LOGO);
325325
RECT logoRect;

0 commit comments

Comments
 (0)