diff options
| author | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-10-10 21:04:58 -0400 |
|---|---|---|
| committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-10-11 01:29:02 -0400 |
| commit | 5c829c7e4eddfd7023d40ffb7ff2901a05349a85 (patch) | |
| tree | 1b2681f63544c31bc75ae83861d4ab575880da20 /src/yuzu/main.h | |
| parent | 4fbec776d6982e8ad52064eb9dbe407a94a84cdd (diff) | |
main: Add option to reset window size to 900p
Diffstat (limited to 'src/yuzu/main.h')
| -rw-r--r-- | src/yuzu/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 60ce01471..5df2c9422 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -272,7 +272,9 @@ private slots: void ShowFullscreen(); void HideFullscreen(); void ToggleWindowMode(); + void ResetWindowSize(u32 width, u32 height); void ResetWindowSize720(); + void ResetWindowSize900(); void ResetWindowSize1080(); void OnCaptureScreenshot(); void OnCoreError(Core::System::ResultStatus, std::string); |
