Fix for the refresh issue when no rendering is done
This commit is contained in:
parent
09f43c0975
commit
d06824809f
2 changed files with 14 additions and 4 deletions
|
@ -12,11 +12,12 @@
|
|||
#include "common/emu_window.h"
|
||||
#include "common/thread.h"
|
||||
|
||||
class QScreen;
|
||||
class QKeyEvent;
|
||||
class QScreen;
|
||||
|
||||
class GRenderWindow;
|
||||
class GGLWidgetInternal;
|
||||
class GMainWindow;
|
||||
class GRenderWindow;
|
||||
|
||||
class EmuThread : public QThread
|
||||
{
|
||||
|
@ -137,7 +138,7 @@ signals:
|
|||
private:
|
||||
void OnMinimalClientAreaChangeRequest(const std::pair<unsigned,unsigned>& minimal_size) override;
|
||||
|
||||
QGLWidget* child;
|
||||
GGLWidgetInternal* child;
|
||||
|
||||
QByteArray geometry;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue