diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-05-15 16:22:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 22:22:27 +0200 |
commit | b73f678ee82a6f3fae36ed39dfc4cfc27c64a871 (patch) | |
tree | c87d2dc03d7ef150c49f694af33b1ad1c6f1ea7f /src/yuzu/main.h | |
parent | 024c84d2db68584dac144175fa85aaa87ef7acc5 (diff) |
frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 60b17c54a..4bff4330c 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -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); |