* safer window update

* only do auto screen sizing if needed
This commit is contained in:
Arisotura
2020-05-22 13:54:29 +02:00
parent ffd9c61bf7
commit f69f3fcb7a
2 changed files with 7 additions and 3 deletions

View File

@ -45,6 +45,7 @@ public:
bool emuIsRunning();
signals:
void windowUpdate();
void windowTitleChange(QString title);
void windowEmuStart();