mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 01:59:02 +00:00
Qt/RenderWidget: Restore size when exiting fullscreen
This commit is contained in:
parent
452cc6b69f
commit
7d762fd632
2 changed files with 7 additions and 1 deletions
|
@ -191,4 +191,5 @@ private:
|
|||
RegisterWidget* m_register_widget;
|
||||
WatchWidget* m_watch_widget;
|
||||
CheatsManager* m_cheats_manager;
|
||||
QSize m_render_widget_size{640, 480};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue