mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 18:05:46 +00:00
main: Add option to reset window size to 900p
This commit is contained in:
parent
4fbec776d6
commit
5c829c7e4e
3 changed files with 53 additions and 36 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue