mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 22:01:06 -06:00
we don't need a GLShim.
blarg. I don't understand this anymore.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user