mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 09:39:46 -06:00
Qt: Fix fullscreen
This commit is contained in:
@ -17,6 +17,7 @@ public:
|
||||
explicit RenderWidget(QWidget* parent = nullptr);
|
||||
|
||||
bool event(QEvent* event) override;
|
||||
void showFullScreen();
|
||||
|
||||
signals:
|
||||
void EscapePressed();
|
||||
|
Reference in New Issue
Block a user