Qt: Prevent lag disabling power on buttons when starting

This commit is contained in:
Connor McLaughlin
2020-06-06 03:44:57 +10:00
parent 009e474c51
commit 6acd8b27dd
5 changed files with 19 additions and 2 deletions

View File

@ -33,6 +33,8 @@ private Q_SLOTS:
void updateDisplay(QThread* worker_thread, bool fullscreen, bool render_to_main);
void destroyDisplay();
void focusDisplayWidget();
void onEmulationStarting();
void onEmulationStarted();
void onEmulationStopped();
void onEmulationPaused(bool paused);