Qt: Add a way for the emulation thread to request fullscreen state

This commit is contained in:
Connor McLaughlin
2020-02-26 19:25:51 +10:00
parent 460ff24248
commit 8ffdcf1b7e
3 changed files with 8 additions and 1 deletions

View File

@ -26,6 +26,7 @@ private Q_SLOTS:
void reportMessage(const QString& message);
void createDisplayWindow(QThread* worker_thread, bool use_debug_device);
void destroyDisplayWindow();
void setFullscreen(bool fullscreen);
void toggleFullscreen();
void onEmulationStarted();
void onEmulationStopped();