[*] Guess this got twisted, or maybe my intention was to zero out if we cant get accurate topology from apic bits; i don't recall

This commit is contained in:
Reece Wilson 2023-09-12 13:34:03 +01:00
parent 403c186f0a
commit 00260294b2

View File

@ -418,7 +418,7 @@ namespace Aurora::HWInfo
}
}
if (!gGuessedCores && gGuessedThreads)
if (!gGuessedThreads && gGuessedCores)
{
gGuessedThreads = gGuessedCores;
}