CommonHostInterface: Implement frame step hotkey

This commit is contained in:
Connor McLaughlin
2020-07-08 01:57:34 +10:00
parent fe867edefb
commit 97a946bd62
5 changed files with 24 additions and 24 deletions

View File

@ -271,6 +271,7 @@ protected:
void DrawFPSWindow();
void DrawOSDMessages();
void DrawDebugWindows();
void DoFrameStep();
std::unique_ptr<GameList> m_game_list;
@ -280,6 +281,7 @@ protected:
std::mutex m_osd_messages_lock;
bool m_paused = false;
bool m_frame_step_request = false;
bool m_speed_limiter_temp_disabled = false;
bool m_speed_limiter_enabled = false;
bool m_timer_resolution_increased = false;