Frontend: Display emulation speed
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user