we don't need a GLShim.

blarg.

I don't understand this anymore.
This commit is contained in:
Arisotura
2020-05-27 21:40:02 +02:00
parent ef2802ae31
commit e8849db78a
3 changed files with 3 additions and 28 deletions

View File

@ -75,7 +75,7 @@ private:
int PrevEmuStatus;
int EmuRunning;
QSurface* oglSurface;
QOffscreenSurface* oglSurface;
QOpenGLContext* oglContext;
};
@ -163,16 +163,6 @@ private:
};
class GLShim : public QWindow
{
Q_OBJECT
public:
explicit GLShim(QSurfaceFormat& format);
~GLShim();
};
class MainWindow : public QMainWindow
{
Q_OBJECT