mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
Windows: silence uncritical performance counter error
This commit is contained in:
parent
d5654d64d5
commit
a6d8c4343f
|
|
@ -195,6 +195,10 @@ namespace utils
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (PDH_CALC_NEGATIVE_DENOMINATOR == status) // Apparently this is a common uncritical error
|
||||||
|
{
|
||||||
|
perf_log.notice("Failed to get per core cpu usage: %s", pdh_error(status));
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
perf_log.error("Failed to get per core cpu usage: %s", pdh_error(status));
|
perf_log.error("Failed to get per core cpu usage: %s", pdh_error(status));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue