mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-15 23:09:09 +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
|
// Unsupported glyph, render null for now
|
||||||
c = ' ';
|
c = ' ';
|
||||||
c = ' ';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (c)
|
switch (c)
|
||||||
|
|
|
@ -290,7 +290,7 @@ namespace rsx
|
||||||
}
|
}
|
||||||
case detail_level::low:
|
case detail_level::low:
|
||||||
{
|
{
|
||||||
if (cpu_usage == -1.f)
|
if (cpu_usage < 0.)
|
||||||
cpu_usage = m_cpu_stats.get_usage();
|
cpu_usage = m_cpu_stats.get_usage();
|
||||||
|
|
||||||
// fallthrough
|
// fallthrough
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue