Frontend: Add hotkey to adjust resolution scale

This commit is contained in:
Connor McLaughlin
2019-10-28 00:48:43 +10:00
parent 49be3efb35
commit 6e60991fd0
3 changed files with 33 additions and 8 deletions

View File

@@ -75,6 +75,7 @@ private:
void DoTogglePause();
void DoFrameStep();
void DoToggleSoftwareRendering();
void DoModifyInternalResolution(s32 increment);
void HandleSDLEvent(const SDL_Event* event);
void HandleSDLKeyEvent(const SDL_Event* event);