Frontend: Display emulation speed

This commit is contained in:
Connor McLaughlin
2019-10-04 20:48:29 +10:00
parent 4d22bec8fd
commit 162a0df922
4 changed files with 32 additions and 3 deletions

View File

@ -84,8 +84,10 @@ private:
float m_vps = 0.0f;
float m_fps = 0.0f;
float m_speed = 1.0f;
u32 m_last_frame_number = 0;
u32 m_last_internal_frame_number = 0;
u32 m_last_global_tick_counter = 0;
Timer m_fps_timer;
// UI options