mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00: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
|
||||
{
|
||||
perf_log.error("Failed to get per core cpu usage: %s", pdh_error(status));
|
||||
|
Loading…
Reference in New Issue
Block a user