Frontend: Fix invalid FPS showing when reset

This commit is contained in:
Connor McLaughlin
2019-10-05 14:50:23 +10:00
parent ae260b924c
commit e80775ed82
2 changed files with 12 additions and 1 deletions

View File

@ -51,6 +51,7 @@ private:
// We only pass mouse input through if it's grabbed
bool IsWindowFullscreen() const;
void DrawImGui();
void DoReset();
void DoLoadState(u32 index);
void DoSaveState(u32 index);