From 00260294b2a544f71f8121ff8eac4df1296117c4 Mon Sep 17 00:00:00 2001 From: Jamie Reece Wilson Date: Tue, 12 Sep 2023 13:34:03 +0100 Subject: [PATCH] [*] 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 --- Source/HWInfo/AuCpuId.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/HWInfo/AuCpuId.cpp b/Source/HWInfo/AuCpuId.cpp index 9f1e1a01..e41551f9 100644 --- a/Source/HWInfo/AuCpuId.cpp +++ b/Source/HWInfo/AuCpuId.cpp @@ -418,7 +418,7 @@ namespace Aurora::HWInfo } } - if (!gGuessedCores && gGuessedThreads) + if (!gGuessedThreads && gGuessedCores) { gGuessedThreads = gGuessedCores; }