Revert "Thread order tweak to threading PR"

This reverts commit 0fc7ac4218.
This commit is contained in:
illusion98 2019-10-07 02:18:14 -05:00
parent 3ab478da75
commit 15627fb803
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ void XThread::set_name(const std::string& name) {
}
uint8_t next_cpu = 0;
uint8_t fakedhwthreads[6] = {1, 2, 5, 1, 2, 5};
uint8_t fakedhwthreads[6] = {0, 2, 4, 1, 3, 5};
uint8_t GetFakeCpuNumber(uint8_t proc_mask) {
if (!proc_mask) {
next_cpu++;