mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
overlays: Warnings cleanup
This commit is contained in:
parent
94656ac1e3
commit
6504daa713
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue