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

@@ -71,6 +71,7 @@ Q_SIGNALS:
void gameListRefreshed();
void createDisplayWindowRequested(QThread* worker_thread, bool use_debug_device);
void destroyDisplayWindowRequested();
void setFullscreenRequested(bool fullscreen);
void toggleFullscreenRequested();
void systemPerformanceCountersUpdated(float speed, float fps, float vps, float avg_frame_time,
float worst_frame_time);