mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt: Fix render window resize bug
This commit is contained in:
@ -26,6 +26,7 @@ public:
|
||||
void SetRenderHandle(void* handle);
|
||||
void SetRenderFocus(bool focus);
|
||||
void SetRenderFullscreen(bool fullscreen);
|
||||
void UpdateSurface();
|
||||
|
||||
signals:
|
||||
void RequestTitle(const QString& title);
|
||||
|
Reference in New Issue
Block a user