mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-26 04:27:52 -05:00
Fix for the refresh issue when no rendering is done
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user