Overlays: Fix timing

This commit is contained in:
Malcolm 2019-05-20 04:29:17 -07:00 committed by Ivan
parent 7de3c410cf
commit 9a26c0abda

View file

@ -220,6 +220,11 @@ namespace rsx
if (elapsed >= m_update_interval || m_force_update)
{
if (!m_force_update)
{
m_update_timer.Start();
}
f32 fps{0};
f32 frametime{0};
@ -349,7 +354,6 @@ namespace rsx
if (!m_force_update)
{
m_frames = 0;
m_update_timer.Start();
}
else
{