overlays: Warnings cleanup
This commit is contained in:
@@ -150,7 +150,6 @@ namespace rsx
|
||||
{
|
||||
// Unsupported glyph, render null for now
|
||||
c = ' ';
|
||||
c = ' ';
|
||||
}
|
||||
|
||||
switch (c)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user