[*] Amend win 10+ ecore awareness (d192e2529f)

This commit is contained in:
Reece Wilson 2023-07-11 01:47:11 +01:00
parent 8bf351e007
commit c0388144d0

View File

@ -59,7 +59,7 @@ namespace Aurora::HWInfo
{
auto uCurrentCount = countTable[i];
if (uCurrentCount < uBestClassCounter)
if (uCurrentCount <= uBestClassCounter)
{
continue;
}