Removed lock to single core, had too much of an effect on performance

This commit is contained in:
Luke Usher 2016-08-13 22:58:56 +01:00
parent 5485699f06
commit 57681ab670
1 changed files with 0 additions and 2 deletions

View File

@ -242,8 +242,6 @@ extern "C" CXBXKRNL_API void CxbxKrnlInit
#endif #endif
} }
SetProcessAffinityMask(GetCurrentProcess(), 1);
// //
// load the necessary pieces of XbeHeader // load the necessary pieces of XbeHeader
// //