HostInterface: Move ModifyResolutionScale() to base class

This commit is contained in:
Connor McLaughlin
2020-01-24 14:51:56 +10:00
parent 8148486a9f
commit 40799d0f77
4 changed files with 21 additions and 21 deletions

View File

@ -111,6 +111,9 @@ protected:
/// Quick switch between software and hardware rendering.
void ToggleSoftwareRendering();
/// Adjusts the internal (render) resolution of the hardware backends.
void ModifyResolutionScale(s32 increment);
void RunFrame();
/// Throttles the system, i.e. sleeps until it's time to execute the next frame.