Removed lock to single core, had too much of an effect on performance
This commit is contained in:
parent
5485699f06
commit
57681ab670
|
@ -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
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue