[*] Amend win 10+ ecore awareness (d192e2529f
)
This commit is contained in:
parent
8bf351e007
commit
c0388144d0
@ -59,7 +59,7 @@ namespace Aurora::HWInfo
|
||||
{
|
||||
auto uCurrentCount = countTable[i];
|
||||
|
||||
if (uCurrentCount < uBestClassCounter)
|
||||
if (uCurrentCount <= uBestClassCounter)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user