mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +00:00
Qt: Restore fullscreen resolution when regaining focus
This commit is contained in:
parent
6c19b5947b
commit
0273cae3a2
3 changed files with 15 additions and 2 deletions
|
@ -28,6 +28,7 @@ signals:
|
|||
void HandleChanged(void* handle);
|
||||
void StateChanged(bool fullscreen);
|
||||
void SizeChanged(int new_width, int new_height);
|
||||
void FocusChanged(bool focus);
|
||||
|
||||
private:
|
||||
void HandleCursorTimer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue