Skip to content

Commit

Permalink
Don't mask thread for specific processor core
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Jan 10, 2018
1 parent 276eb24 commit df87e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrEngine/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ int RunApplication(pcstr commandLine)
return 2;
}
#endif
SetThreadAffinityMask(GetCurrentThread(), 1);
//SetThreadAffinityMask(GetCurrentThread(), 1);
logoWindow = CreateDialog(GetModuleHandle(NULL), MAKEINTRESOURCE(IDD_STARTUP), nullptr, LogoWndProc);
HWND logoPicture = GetDlgItem(logoWindow, IDC_STATIC_LOGO);
RECT logoRect;
Expand Down

0 comments on commit df87e7d

Please sign in to comment.