frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)

This commit is contained in:
Morph 2020-05-15 16:22:27 -04:00 committed by GitHub
parent 9e03fc2e29
commit eedbf90664
6 changed files with 36 additions and 8 deletions

View file

@ -208,6 +208,7 @@ private slots:
void ShowFullscreen();
void HideFullscreen();
void ToggleWindowMode();
void ResetWindowSize();
void OnCaptureScreenshot();
void OnCoreError(Core::System::ResultStatus, std::string);
void OnReinitializeKeys(ReinitializeKeyBehavior behavior);