1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 18:53:28 +01:00

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
{