overlays: Warnings cleanup

This commit is contained in:
kd-11 2019-08-31 14:31:39 +03:00 committed by kd-11
parent 94656ac1e3
commit 6504daa713
2 changed files with 1 additions and 2 deletions

View file

@ -150,7 +150,6 @@ namespace rsx
{
// Unsupported glyph, render null for now
c = ' ';
c = ' ';
}
switch (c)

View file

@ -290,7 +290,7 @@ namespace rsx
}
case detail_level::low:
{
if (cpu_usage == -1.f)
if (cpu_usage < 0.)
cpu_usage = m_cpu_stats.get_usage();
// fallthrough