SDL: Re-add frame step hotkey

Needs porting to Qt at some point.
This commit is contained in:
Connor McLaughlin
2020-05-17 01:00:42 +10:00
parent 1c50a09c2e
commit 93031fc27f
2 changed files with 13 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ private:
void DestroyDisplay();
void CreateImGuiContext();
void UpdateFramebufferScale();
void RegisterHotkeys();
/// Executes a callback later, after the UI has finished rendering. Needed to boot while rendering ImGui.
void RunLater(std::function<void()> callback);