diff options
author | bunnei <bunneidev@gmail.com> | 2021-10-13 12:29:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 12:29:45 -0700 |
commit | 9f0f827db47b7aaec45f3d0ee87a0e3ad14ebc5c (patch) | |
tree | da1f4763255b4a88882b0076d8d3e14391fb4e86 /src/yuzu/main.h | |
parent | 44c73cfca0b89936b1cfe2eb3a443e62658dd923 (diff) | |
parent | 5c829c7e4eddfd7023d40ffb7ff2901a05349a85 (diff) |
Merge pull request #7158 from ameerj/window-900p
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); |